mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-03 14:47:30 +02:00
Force logout for users when administrators change their passwords
This commit is contained in:
@@ -387,7 +387,7 @@ final class Administration extends UserManager {
|
||||
$newPassword
|
||||
);
|
||||
|
||||
$this->deleteRememberDirectiveForUserById($userId);
|
||||
$this->forceLogoutForUserById($userId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user