|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onResetPasswordExpiration ( $user, &$newExpire) | |
| Use this hook to allow extensions to set a default password expiration. | |
Stable to implement.
Definition at line 11 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.