summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/lost_password.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/lost_password.rhtml')
-rw-r--r--app/views/mailer/lost_password.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/lost_password.rhtml b/app/views/mailer/lost_password.rhtml
index 332ddeb0b..430e14bec 100644
--- a/app/views/mailer/lost_password.rhtml
+++ b/app/views/mailer/lost_password.rhtml
@@ -1,3 +1,3 @@
To change your password, use the following link:
-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 %>