diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-09 23:32:49 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-09 23:32:49 +0200 |
commit | 1d1d963c14d9db54df69469758163f1f50a9b4b3 (patch) | |
tree | 81a6c685907b6c669872acf02348a3c5c78e06f9 /phpBB/phpbb/ucp/controller | |
parent | cfea54f8f366379de0bc75781da1c71cb06cc1ec (diff) | |
download | forums-1d1d963c14d9db54df69469758163f1f50a9b4b3.tar forums-1d1d963c14d9db54df69469758163f1f50a9b4b3.tar.gz forums-1d1d963c14d9db54df69469758163f1f50a9b4b3.tar.bz2 forums-1d1d963c14d9db54df69469758163f1f50a9b4b3.tar.xz forums-1d1d963c14d9db54df69469758163f1f50a9b4b3.zip |
[ticket/11327] Adjust wording of forgot password email
PHPBB3-11327
Diffstat (limited to 'phpBB/phpbb/ucp/controller')
-rw-r--r-- | phpBB/phpbb/ucp/controller/reset_password.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/ucp/controller/reset_password.php b/phpBB/phpbb/ucp/controller/reset_password.php index 57fef00f79..4b2660aebb 100644 --- a/phpBB/phpbb/ucp/controller/reset_password.php +++ b/phpBB/phpbb/ucp/controller/reset_password.php @@ -221,8 +221,8 @@ class reset_password $messenger->anti_abuse_headers($this->config, $this->user); $messenger->assign_vars(array( - 'USERNAME' => htmlspecialchars_decode($user_row['username']), - 'U_ACTIVATE' => $this->helper->route('phpbb_ucp_reset_password_controller') + 'USERNAME' => htmlspecialchars_decode($user_row['username']), + 'U_RESET_PASSWORD' => $this->helper->route('phpbb_ucp_reset_password_controller') )); $messenger->send($user_row['user_notify_type']); |