mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-04 07:07:25 +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
|
$newPassword
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->deleteRememberDirectiveForUserById($userId);
|
$this->forceLogoutForUserById($userId);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user