Actions
Bug #80389
closedLogin attempt not marked as failed when having an anonymous session
Start date:
2017-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
In AbstractUserAuthentication#checkAutentication the $anonymousSession indicates whether the current user session is anonymous.
When it is set, login attempts are not marked as failed in AbstractUserAuthentication->loginFailure
Actions