MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialPasswordResetOnSubmit (&$users, $data, &$error) | |
This hook is called when executing a form submission on Special:PasswordReset. | |
Stable to implement.
Definition at line 12 of file SpecialPasswordResetOnSubmitHook.php.
MediaWiki\User\Hook\SpecialPasswordResetOnSubmitHook::onSpecialPasswordResetOnSubmit | ( | & | $users, |
$data, | |||
& | $error | ||
) |
This hook is called when executing a form submission on Special:PasswordReset.
User[] | &$users | Array of User objects. |
array | $data | Array of data submitted by the user |
string | array | MessageSpecifier | &$error | String, error code (message key) used to describe to error (out parameter). The hook needs to return false when setting this, otherwise it will have no effect. |
Implemented in MediaWiki\HookContainer\HookRunner.