1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-04 15:17:28 +02:00

Force logout for users when administrators change their passwords

This commit is contained in:
Marco
2018-03-25 03:38:12 +02:00
parent 4c4c4c23f6
commit 71ce2b58c9

View File

@@ -387,7 +387,7 @@ final class Administration extends UserManager {
$newPassword $newPassword
); );
$this->deleteRememberDirectiveForUserById($userId); $this->forceLogoutForUserById($userId);
} }
/** /**