1
0
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:
Graham Eames
2006-03-18 22:05:08 +00:00
parent af2036427a
commit 9d5b427032
3 changed files with 25 additions and 0 deletions

View File

@@ -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']);
}