mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-11 18:15:20 +02:00
Merge branch '3.3.x'
This commit is contained in:
commit
db93cfba0e
@ -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();
|
$sql_ary['user_passchg'] = time();
|
||||||
|
|
||||||
|
@ -415,7 +415,7 @@ class reset_password
|
|||||||
SET ' . $this->db->sql_build_array('UPDATE', $sql_ary) . '
|
SET ' . $this->db->sql_build_array('UPDATE', $sql_ary) . '
|
||||||
WHERE user_id = ' . (int) $user_row['user_id'];
|
WHERE user_id = ' . (int) $user_row['user_id'];
|
||||||
$this->db->sql_query($sql);
|
$this->db->sql_query($sql);
|
||||||
$this->user->reset_login_keys();
|
$this->user->reset_login_keys($user_row['user_id']);
|
||||||
$this->log->add('user', $user_row['user_id'], $this->user->ip, 'LOG_USER_NEW_PASSWORD', false, [
|
$this->log->add('user', $user_row['user_id'], $this->user->ip, 'LOG_USER_NEW_PASSWORD', false, [
|
||||||
'reportee_id' => $user_row['user_id'],
|
'reportee_id' => $user_row['user_id'],
|
||||||
$user_row['username']
|
$user_row['username']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user