Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2024-04-09 22:02:28 +02:00
commit 0871522326
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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,