Feature #28561 » 0001-Add-note-about-validity-of-password-lost-link.patch
app/views/mailer/lost_password.html.erb | ||
---|---|---|
1 | 1 |
<p><%= l(:mail_body_lost_password) %><br /> |
2 | 2 |
<%= link_to @url, @url %></p> |
3 | 3 | |
4 |
<p><%= l(:mail_body_lost_password_validity) %></p> |
|
5 | ||
4 | 6 |
<p><%= l(:field_login) %>: <b><%= @token.user.login %></b></p> |
app/views/mailer/lost_password.text.erb | ||
---|---|---|
1 | 1 |
<%= l(:mail_body_lost_password) %> |
2 | 2 |
<%= @url %> |
3 | 3 | |
4 |
<%= l(:mail_body_lost_password_validity) %> |
|
5 | ||
4 | 6 |
<%= l(:field_login) %>: <%= @token.user.login %> |
config/locales/de.yml | ||
---|---|---|
836 | 836 |
mail_body_account_information: Ihre Konto-Informationen |
837 | 837 |
mail_body_account_information_external: "Sie können sich mit Ihrem Konto %{value} anmelden." |
838 | 838 |
mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Passwort zu ändern:' |
839 |
mail_body_lost_password_validity: 'Bitte beachten Sie, dass mit Hilfe dieses Links das Passwort nur einmalig geändert werden kann.' |
|
839 | 840 |
mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:' |
840 | 841 |
mail_body_reminder: "%{count} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten %{days} Tagen abgegeben werden:" |
841 | 842 |
mail_body_wiki_content_added: "Die Wiki-Seite '%{id}' wurde von %{author} hinzugefügt." |
config/locales/en.yml | ||
---|---|---|
225 | 225 | |
226 | 226 |
mail_subject_lost_password: "Your %{value} password" |
227 | 227 |
mail_body_lost_password: 'To change your password, click on the following link:' |
228 |
mail_body_lost_password_validity: 'Please be aware that you may change the password only once using this link.' |
|
228 | 229 |
mail_subject_register: "Your %{value} account activation" |
229 | 230 |
mail_body_register: 'To activate your account, click on the following link:' |
230 | 231 |
mail_body_account_information_external: "You can use your %{value} account to log in." |