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:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user