mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
Reset login attempts on new password activation. Prevents "first failed login attempt" on converted boards. Bug #19965
git-svn-id: file:///svn/phpbb/trunk@8882 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
958d077faa
commit
158a15ba9c
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ class ucp_activate
|
|||
'user_password' => $user_row['user_newpasswd'],
|
||||
'user_newpasswd' => '',
|
||||
'user_pass_convert' => 0,
|
||||
'user_login_attempts' => 0,
|
||||
);
|
||||
|
||||
$sql = 'UPDATE ' . USERS_TABLE . '
|
||||
|
|
Loading…
Add table
Reference in a new issue