Write RememberMe cookie only after 2FA has been validated
This commit is contained in:
committed by
fguillot
parent
b08760c5fc
commit
31ce583743
@@ -90,7 +90,7 @@ class UserSession extends Base
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
public function validatePostAuthentication()
|
||||
public function setPostAuthenticationAsValidated()
|
||||
{
|
||||
session_set('postAuthenticationValidated', true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user