mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
2778c9b76b
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ class ucp_activate
|
||||||
WHERE user_id = ' . $user_row['user_id'];
|
WHERE user_id = ' . $user_row['user_id'];
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
|
|
||||||
|
$user->reset_login_keys($user_row['user_id']);
|
||||||
|
|
||||||
$phpbb_log->add('user', $user->data['user_id'], $user->ip, 'LOG_USER_NEW_PASSWORD', false, array(
|
$phpbb_log->add('user', $user->data['user_id'], $user->ip, 'LOG_USER_NEW_PASSWORD', false, array(
|
||||||
'reportee_id' => $user_row['user_id'],
|
'reportee_id' => $user_row['user_id'],
|
||||||
$user_row['username']
|
$user_row['username']
|
||||||
|
|
Loading…
Add table
Reference in a new issue