|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onResetPasswordExpiration ( $user, &$newExpire) | |
| Use this hook to allow extensions to set a default password expiration. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ResetPasswordExpiration" to register handlers implementing this interface.
Definition at line 14 of file ResetPasswordExpirationHook.php.
| MediaWiki\Auth\Hook\ResetPasswordExpirationHook::onResetPasswordExpiration | ( | $user, | |
| & | $newExpire ) |
Use this hook to allow extensions to set a default password expiration.
| User | $user | User having their password expiration reset |
| string | &$newExpire | New expiration date |
Implemented in MediaWiki\HookContainer\HookRunner.