1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

Merge pull request #5454 from rxu/ticket/15881

[ticket/15881] Reset login keys for new password activation
This commit is contained in:
Marc Alexander 2018-11-25 11:10:22 +01:00
commit 2eb2c69db9
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -87,6 +87,8 @@ class ucp_activate
WHERE user_id = ' . $user_row['user_id'];
$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(
'reportee_id' => $user_row['user_id'],
$user_row['username']