summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/account_information.html.erb
blob: 94c3297eddde3fe9c4fd8536393891d62888c4d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<% 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) %>: <%=h @user.login %></li>
    <li><%= l(:field_password) %>: <%=h @password %></li>
</ul>
<% end %>

<p><%= l(:label_login) %>: <%= auto_link(@login_url) %></p>