MediaWiki REL1_35
MediaWiki\Hook\PasswordPoliciesForUserHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\PasswordPoliciesForUserHook:

Public Member Functions

 onPasswordPoliciesForUser ( $user, &$effectivePolicy)
 Use this hook to alter the effective password policy for a user.
 

Detailed Description

Stable to implement.

Definition at line 11 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: