mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-03 14:19:41 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@16453 e93f8b46-1217-0410-a6f0-8f06a7374b81
7 lines
322 B
Plaintext
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 %>
|