mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/11799] Send anti abuse headers in "new password" emails.
PHPBB3-11799
This commit is contained in:
parent
7893e992ff
commit
5f81d66c2f
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ class ucp_remind
|
|||
$messenger->to($user_row['user_email'], $user_row['username']);
|
||||
$messenger->im($user_row['user_jabber'], $user_row['username']);
|
||||
|
||||
$messenger->anti_abuse_headers($config, $user);
|
||||
|
||||
$messenger->assign_vars(array(
|
||||
'USERNAME' => htmlspecialchars_decode($user_row['username']),
|
||||
'PASSWORD' => htmlspecialchars_decode($user_password),
|
||||
|
|
Loading…
Add table
Reference in a new issue