1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-03 14:19:41 +00:00
redmine/app/views/mailer/account_information.text.erb
Jean-Philippe Lang 9441ab0ca8 Send email even if password is not changed (#7577).
git-svn-id: http://svn.redmine.org/redmine/trunk@16453 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-04-03 10:48:59 +00:00

7 lines
322 B
Plaintext

<% if @user.auth_source %><%= l(:mail_body_account_information_external, @user.auth_source.name) %>
<% else %><%= l(:mail_body_account_information) %>:
* <%= l(:field_login) %>: <%= @user.login %>
<% if @password %>* <%= l(:field_password) %>: <%= @password %><% end %>
<% end %>
<%= l(:label_login) %>: <%= @login_url %>