MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onPasswordPoliciesForUser ( $user, &$effectivePolicy) | |
Use this hook to alter the effective password policy for a user. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "PasswordPoliciesForUser" to register handlers implementing this interface.
Definition at line 14 of file PasswordPoliciesForUserHook.php.
MediaWiki\Hook\PasswordPoliciesForUserHook::onPasswordPoliciesForUser | ( | $user, | |
& | $effectivePolicy ) |
Use this hook to alter the effective password policy for a user.
User | $user | User whose policy you are modifying |
array | &$effectivePolicy | Array of policy statements that apply to this user |
Implemented in MediaWiki\HookContainer\HookRunner.