diff --git a/app/views/mailer/lost_password.text.html.rhtml b/app/views/mailer/lost_password.text.html.rhtml
index 26eacfa92a872d0d11e4cdab54a637671039e68f..4dd570c943946bc7c04208ee9d7cb3b8a7908f73 100644
--- a/app/views/mailer/lost_password.text.html.rhtml
+++ b/app/views/mailer/lost_password.text.html.rhtml
@@ -1,2 +1,4 @@
 <p><%= l(:mail_body_lost_password) %><br />
 <%= auto_link(@url) %></p>
+
+<p><%= l(:field_login) %>: <b><%= @token.user.login %></b></p>
diff --git a/app/views/mailer/lost_password.text.plain.rhtml b/app/views/mailer/lost_password.text.plain.rhtml
index aec1b5b86a31129f9b60dbaf03d64b7a7c8f2636..f5000ed7ee97e5dab0ed8ab9ee54235f02e9eb14 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 %>