view app/views/mailer/account_information.text.html.rhtml @ 882:9e27d0747c77 bug_97

Close obsolete branch bug_97
author Chris Cannam
date Fri, 25 Mar 2011 13:58:03 +0000
parents 513646585e45
children
line wrap: on
line source
<% 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>