MediaWiki
REL1_35
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
12
interface
ChangeAuthenticationDataAuditHook
{
24
public
function
onChangeAuthenticationDataAudit
( $req, $status );
25
}
MediaWiki\Auth\AuthenticationRequest
This is a value object for authentication requests.
Definition
AuthenticationRequest.php:38
StatusValue
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
StatusValue.php:43
MediaWiki\SpecialPage\Hook\ChangeAuthenticationDataAuditHook
Stable to implement.
Definition
ChangeAuthenticationDataAuditHook.php:12
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 Sat Apr 6 2024 00:07:52 for MediaWiki by
1.9.8