MediaWiki master
AuthManagerLoginAuthenticateAuditHook.php
Go to the documentation of this file.
1<?php
2
4
7
35 public function onAuthManagerLoginAuthenticateAudit( $response, $user,
36 $username, $extraData
37 );
38}
This is a value object to hold authentication response data.
internal since 1.36
Definition User.php:93
onAuthManagerLoginAuthenticateAudit( $response, $user, $username, $extraData)
This hook is called when a login attempt either succeeds or fails for a reason other than misconfigur...