mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
Cross-port a patch from 2.0.20 into the 3.0 branch
git-svn-id: file:///svn/phpbb/trunk@5660 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -662,6 +662,7 @@ class acp_users
|
||||
'user_passchg' => time(),
|
||||
);
|
||||
|
||||
$user->reset_login_keys($user_id);
|
||||
add_log('admin', 'LOG_USER_NEW_PASSWORD', $user_row['username']);
|
||||
add_log('user', $user_id, 'LOG_USER_NEW_PASSWORD', $user_row['username']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user