Commit 9cb92a3ab601f5c70e90b4da14acb579829546e6

Authored by Rodrigo Souto
Committed by Larissa Reis
1 parent 0e247535

spaminator: make a proper link to forgot password

plugins/spaminator/views/spaminator_plugin/mailer/inactive_person_notification.html.erb
... ... @@ -10,7 +10,7 @@
10 10 <%= _('Due to the recent increase in the number of spams on %s, we decided to deactivate all inactive users on the network. It just happens that you are one of them! But there is no need to worry. Your account is completely preserved and if you want to reactivate it you just need to click on the following link and recover your password (since it was changed to a huge scramble of random characters):') % @environment.name %>
11 11 </p>
12 12 <p>
13   - <%= @url %>
  13 + <a href="<%= @url %>"><%= @url %></a>
14 14 </p>
15 15 <p>
16 16 <%= _("We are sorry that this procedure might bother you a lot, but it's necessary for the healthy of our network.") %>
... ...