mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-26 10:21:14 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
<% if @user.auth_source %>
|
|
<p><%= l(:mail_body_account_information_external, h(@user.auth_source.name)) %></p>
|
|
<% else %>
|
|
<p><%= l(:mail_body_account_information) %>:</p>
|
|
<ul>
|
|
<li><%= l(:field_login) %>: <%= @user.login %></li>
|
|
<li><%= l(:field_password) %>: <%= @password %></li>
|
|
</ul>
|
|
<% end %>
|
|
|
|
<p><%= l(:label_login) %>: <%= link_to @login_url, @login_url %></p>
|