1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11327] Adjust wording of forgot password email

PHPBB3-11327
This commit is contained in:
Marc Alexander
2019-08-09 23:32:49 +02:00
parent cfea54f8f3
commit 1d1d963c14
2 changed files with 7 additions and 11 deletions

View File

@@ -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']);