mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -407,6 +407,7 @@ class reset_password
|
|||||||
{
|
{
|
||||||
$sql_ary = [
|
$sql_ary = [
|
||||||
'user_password' => $this->passwords_manager->hash($data['new_password']),
|
'user_password' => $this->passwords_manager->hash($data['new_password']),
|
||||||
|
'user_passchg' => time(),
|
||||||
'user_login_attempts' => 0,
|
'user_login_attempts' => 0,
|
||||||
'reset_token' => '',
|
'reset_token' => '',
|
||||||
'reset_token_expiration' => 0,
|
'reset_token_expiration' => 0,
|
||||||
|
Reference in New Issue
Block a user