diff options
Diffstat (limited to 'app/views/mailer/lost_password_de.rhtml')
-rw-r--r-- | app/views/mailer/lost_password_de.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/lost_password_de.rhtml b/app/views/mailer/lost_password_de.rhtml index 4e2517ab8..1607e29a6 100644 --- a/app/views/mailer/lost_password_de.rhtml +++ b/app/views/mailer/lost_password_de.rhtml @@ -1,3 +1,3 @@ Benutzen Sie folgenden Link, um das Password zu ändern: -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 %> |