MediaWiki REL1_35
AuthManagerLoginAuthenticateAuditHook.php
Go to the documentation of this file.
1<?php
2
4
6use User;
7
31 public function onAuthManagerLoginAuthenticateAudit( $response, $user,
32 $username, $extraData
33 );
34}
This is a value object to hold authentication response data.
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
onAuthManagerLoginAuthenticateAudit( $response, $user, $username, $extraData)
This hook is called when a login attempt either succeeds or fails for a reason other than misconfigur...