Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
13
app/views/mailer/account_information.html.erb
Normal file
13
app/views/mailer/account_information.html.erb
Normal file
|
@ -0,0 +1,13 @@
|
|||
<% 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>
|
||||
<% if @password %>
|
||||
<li><%= l(:field_password) %>: <%= @password %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
<p><%= l(:label_login) %>: <%= link_to @login_url, @login_url %></p>
|
Loading…
Add table
Add a link
Reference in a new issue