To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / mailer / account_information.text.erb @ 914:af7a3f452778

History | View | Annotate | Download (295 Bytes)

1
<% if @user.auth_source %><%= l(:mail_body_account_information_external, @user.auth_source.name) %>
2
<% else %><%= l(:mail_body_account_information) %>:
3
* <%= l(:field_login) %>: <%= @user.login %>
4
* <%= l(:field_password) %>: <%= @password %>
5
<% end %>
6
<%= l(:label_login) %>: <%= @login_url %>