MediaWiki
REL1_40
ChangeAuthenticationDataAuditHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\SpecialPage\Hook
;
4
5
use
MediaWiki\Auth\AuthenticationRequest
;
6
use
StatusValue
;
7
15
interface
ChangeAuthenticationDataAuditHook
{
26
public
function
onChangeAuthenticationDataAudit
( $req, $status );
27
}
MediaWiki\Auth\AuthenticationRequest
This is a value object for authentication requests.
Definition
AuthenticationRequest.php:44
StatusValue
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
StatusValue.php:46
MediaWiki\SpecialPage\Hook\ChangeAuthenticationDataAuditHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ChangeAuthenticationDataAuditHook.php:15
MediaWiki\SpecialPage\Hook\ChangeAuthenticationDataAuditHook\onChangeAuthenticationDataAudit
onChangeAuthenticationDataAudit( $req, $status)
This hook is called when a user changes their password.
MediaWiki\SpecialPage\Hook
Definition
AuthChangeFormFieldsHook.php:3
includes
specialpage
Hook
ChangeAuthenticationDataAuditHook.php
Generated on Thu Jun 27 2024 14:04:13 for MediaWiki by
1.10.0