diff options
Diffstat (limited to 'app/views/mailer/lost_password_sv.rhtml')
-rw-r--r-- | app/views/mailer/lost_password_sv.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/lost_password_sv.rhtml b/app/views/mailer/lost_password_sv.rhtml index ca7b21b77..1394e7321 100644 --- a/app/views/mailer/lost_password_sv.rhtml +++ b/app/views/mailer/lost_password_sv.rhtml @@ -1,3 +1,3 @@ För att ändra lösenord, följ denna länk: -http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
\ No newline at end of file +<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %> |