MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onUser__mailPasswordInternal ( $user, $ip, $u) | |
This hook is called before creation and mailing of a user's new temporary password. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "User::mailPasswordInternal" to register handlers implementing this interface.
Definition at line 15 of file User__mailPasswordInternalHook.php.
MediaWiki\User\Hook\User__mailPasswordInternalHook::onUser__mailPasswordInternal | ( | $user, | |
$ip, | |||
$u ) |
This hook is called before creation and mailing of a user's new temporary password.
User | $user | The user who sent the message out |
string | $ip | IP of the user who sent the message out |
User | $u | The account whose new password will be set |
Implemented in MediaWiki\HookContainer\HookRunner.