MediaWiki master
MediaWiki\Hook\PasswordPoliciesForUserHook Interface Reference

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.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "PasswordPoliciesForUser" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file PasswordPoliciesForUserHook.php.

Member Function Documentation

◆ onPasswordPoliciesForUser()

MediaWiki\Hook\PasswordPoliciesForUserHook::onPasswordPoliciesForUser (   $user,
$effectivePolicy 
)

Use this hook to alter the effective password policy for a user.

Since
1.35
Parameters
User$userUser whose policy you are modifying
array&$effectivePolicyArray of policy statements that apply to this user
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: