Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2018-11-25 11:10:28 +01:00
commit 2778c9b76b
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']