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 @ 912:5e80956cc792
History | View | Annotate | Download (295 Bytes)
| 1 | 909:cbb26bc654de | Chris | <% 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 %> |