From: Jean-Philippe Lang Date: Mon, 21 Jul 2008 19:13:46 +0000 (+0000) Subject: Adds username to the password reminder email (#1668). X-Git-Tag: 0.8.0-RC1~336 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9d3dfea1ac8bf047c1cfc8dbfcb7ae4cdf286055;p=redmine.git Adds username to the password reminder email (#1668). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1683 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/mailer/lost_password.text.html.rhtml b/app/views/mailer/lost_password.text.html.rhtml index 26eacfa92..4dd570c94 100644 --- a/app/views/mailer/lost_password.text.html.rhtml +++ b/app/views/mailer/lost_password.text.html.rhtml @@ -1,2 +1,4 @@

<%= l(:mail_body_lost_password) %>
<%= auto_link(@url) %>

+ +

<%= l(:field_login) %>: <%= @token.user.login %>

diff --git a/app/views/mailer/lost_password.text.plain.rhtml b/app/views/mailer/lost_password.text.plain.rhtml index aec1b5b86..f5000ed7e 100644 --- a/app/views/mailer/lost_password.text.plain.rhtml +++ b/app/views/mailer/lost_password.text.plain.rhtml @@ -1,2 +1,4 @@ <%= l(:mail_body_lost_password) %> <%= @url %> + +<%= l(:field_login) %>: <%= @token.user.login %>