]> source.dussan.org Git - redmine.git/commitdiff
Add note about link validity to password lost email (#28561).
authorGo MAEDA <maeda@farend.jp>
Tue, 24 Apr 2018 15:02:13 +0000 (15:02 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 24 Apr 2018 15:02:13 +0000 (15:02 +0000)
Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@17307 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/mailer/lost_password.html.erb
app/views/mailer/lost_password.text.erb
config/locales/de.yml
config/locales/en.yml
config/locales/ja.yml

index 9294bcfae10300aed78ca52a183649d0ff5492b4..5ec7d09743fa513887e400d0173e16abc4e454a5 100644 (file)
@@ -1,4 +1,6 @@
 <p><%= l(:mail_body_lost_password) %><br />
 <%= link_to @url, @url %></p>
 
+<p><%= l(:mail_body_lost_password_validity) %></p>
+
 <p><%= l(:field_login) %>: <b><%= @token.user.login %></b></p>
index f5000ed7ee97e5dab0ed8ab9ee54235f02e9eb14..005ae62f5e037739a93cf842ff0fe0c47e9719d5 100644 (file)
@@ -1,4 +1,6 @@
 <%= l(:mail_body_lost_password) %>
 <%= @url %>
 
+<%= l(:mail_body_lost_password_validity) %>
+
 <%= l(:field_login) %>: <%= @token.user.login %>
index 7d4a4582d28b3589e894b643bdd60c62f05f1f45..843433e8cd9264ff3ee530c6d8fc8bc68729348d 100644 (file)
@@ -837,6 +837,7 @@ de:
   mail_body_account_information: Ihre Konto-Informationen
   mail_body_account_information_external: "Sie können sich mit Ihrem Konto %{value} anmelden."
   mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Passwort zu ändern:'
+  mail_body_lost_password_validity: 'Bitte beachten Sie, dass mit Hilfe dieses Links das Passwort nur einmalig geändert werden kann.'
   mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:'
   mail_body_reminder: "%{count} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten %{days} Tagen abgegeben werden:"
   mail_body_wiki_content_added: "Die Wiki-Seite '%{id}' wurde von %{author} hinzugefügt."
index 618ff3f2a75b19786adff39e75aa10f9c360fda0..1c61c76ea543a002c22acab5fa6b72dd6efa1081 100644 (file)
@@ -225,6 +225,7 @@ en:
 
   mail_subject_lost_password: "Your %{value} password"
   mail_body_lost_password: 'To change your password, click on the following link:'
+  mail_body_lost_password_validity: 'Please be aware that you may change the password only once using this link.'
   mail_subject_register: "Your %{value} account activation"
   mail_body_register: 'To activate your account, click on the following link:'
   mail_body_account_information_external: "You can use your %{value} account to log in."
index 4accf1da4333fa95faa497fddca9c342c09c23e2..bde4a6d58cabfcd3b371cb2d33bbc247a12bfc88 100644 (file)
@@ -221,6 +221,7 @@ ja:
 
   mail_subject_lost_password: "%{value} パスワード再発行"
   mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:'
+  mail_body_lost_password_validity: 'このリンクでパスワードを再設定できるのは1回だけです。ご注意ください。'
   mail_subject_register: "%{value} アカウント登録の確認"
   mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:'
   mail_body_account_information_external: "%{value} アカウントを使ってにログインできます。"