mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-04 07:07:25 +02:00
Delete 'remember me' directives in 'changePasswordForUserByUsername'
This commit is contained in:
@@ -393,6 +393,8 @@ final class Administration extends UserManager {
|
|||||||
(int) $userData['id'],
|
(int) $userData['id'],
|
||||||
$newPassword
|
$newPassword
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->deleteRememberDirectiveForUserById((int) $userData['id']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user