1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-04-11 21:17:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ class ucp_profile
));
}
if ($auth->acl_get('u_chgpasswd') && $data['new_password'] && !$passwords_manager->check($data['new_password'], $user->data['user_password']))
if ($auth->acl_get('u_chgpasswd') && $data['new_password'])
{
$sql_ary['user_passchg'] = time();