Parent5446 has uploaded a new change for review. Change subject: (bug 24464) Execute LoginAuthenticateAudit hook more often. ......................................................................
(bug 24464) Execute LoginAuthenticateAudit hook more often. Restructured LoginForm::authenticateUserData so if/elseif statemens are used. This way, rather than returning immediately for cases like illegal usernames, the end of the function is still reached and the LoginAuthenticateAudit hook is always called. Change-Id: I316bbacf4d9fa5558c63fb09e8d0aef98503c556 --- M includes/specials/SpecialUserlogin.php 1 file changed, 78 insertions(+), 85 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/88/37788/1 -- To view, visit https://gerrit.wikimedia.org/r/37788 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I316bbacf4d9fa5558c63fb09e8d0aef98503c556 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Parent5446 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
