|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onChangeAuthenticationDataAudit ( $req, $status) | |
| This hook is called when a user changes their password. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ChangeAuthenticationDataAudit" to register handlers implementing this interface.
Definition at line 15 of file ChangeAuthenticationDataAuditHook.php.
| MediaWiki\SpecialPage\Hook\ChangeAuthenticationDataAuditHook::onChangeAuthenticationDataAudit | ( | $req, | |
| $status ) |
This hook is called when a user changes their password.
No return data is accepted; this hook is for auditing only.
| AuthenticationRequest | $req | Object describing the change (and target user) |
| StatusValue | $status | StatusValue with the result of the action |
Implemented in MediaWiki\Api\ApiHookRunner, and MediaWiki\HookContainer\HookRunner.