mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17302] Fix password reset function
Password reset function does not update all necessary data PHPBB3-17302
This commit is contained in:
parent
b2459edaf3
commit
6943fbba89
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ class reset_password
|
|||
{
|
||||
$sql_ary = [
|
||||
'user_password' => $this->passwords_manager->hash($data['new_password']),
|
||||
'user_passchg' => time(),
|
||||
'user_login_attempts' => 0,
|
||||
'reset_token' => '',
|
||||
'reset_token_expiration' => 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue