Have BotPassword::login() call AuthManagerLoginAuthenticateAudit
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 10 May 2018 14:01:06 +0000 (10:01 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 11 Dec 2018 20:33:39 +0000 (15:33 -0500)
commit0c1b6605eeed27816f7a9ca8db437fd1925274ba
tree11c15def9c15e13017052fc501110a1b17cb5635
parent678e0aaac2f76b46ccdb3f83d3defd0c2be08c43
Have BotPassword::login() call AuthManagerLoginAuthenticateAudit

To facilitate logging all authentications, even ones not via
AuthManager, BotPassword::login() should call the
AuthManagerLoginAuthenticateAudit hook.

Bug: T194338
Change-Id: I27b75c56e060fcb8f71d84ddc2eb8e1533fef33a
includes/user/BotPassword.php