To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / mailer / account_information.text.erb @ 917:66ac47c3719b
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 %> |