diff options
author | 2019-08-09 23:32:49 +0200 | |
---|---|---|
committer | 2019-08-09 23:32:49 +0200 | |
commit | 1d1d963c14d9db54df69469758163f1f50a9b4b3 (patch) | |
tree | 81a6c685907b6c669872acf02348a3c5c78e06f9 /phpBB/language | |
parent | [ticket/11327] Rename email file to forgot password (diff) | |
download | phpbb-1d1d963c14d9db54df69469758163f1f50a9b4b3.tar.gz phpbb-1d1d963c14d9db54df69469758163f1f50a9b4b3.tar.bz2 phpbb-1d1d963c14d9db54df69469758163f1f50a9b4b3.zip |
[ticket/11327] Adjust wording of forgot password email
PHPBB3-11327
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/email/user_forgot_password.txt | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/phpBB/language/en/email/user_forgot_password.txt b/phpBB/language/en/email/user_forgot_password.txt index 965d5a552c..4826a7bfd9 100644 --- a/phpBB/language/en/email/user_forgot_password.txt +++ b/phpBB/language/en/email/user_forgot_password.txt @@ -1,17 +1,13 @@ -Subject: New password activation +Subject: Account password reset Hello {USERNAME} -You are receiving this notification because you have (or someone pretending to be you has) requested a new password be sent for your account on "{SITENAME}". If you did not request this notification then please ignore it, if you keep receiving it please contact the board administrator. +You are receiving this notification because you have requested to recover a forgotten password for your account on "{SITENAME}". -To use the new password you need to activate it. To do this click the link provided below. +To reset your password, please click the link provided below: -{U_ACTIVATE} +{U_RESET_PASSWORD} -If successful you will be able to login using the following password: - -Password: {PASSWORD} - -You can of course change this password yourself via the profile page. If you have any difficulties please contact the board administrator. +If you did not authorize the request you can ignore this email. Please contact the board administrator if you keep receiving it. {EMAIL_SIG} |