diff options
Diffstat (limited to 'docs/hooks.txt')
-rw-r--r-- | docs/hooks.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hooks.txt b/docs/hooks.txt index bf8d16497521..fda00f9f8389 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2295,6 +2295,10 @@ run. Use when page save hooks require the presence of custom tables to ensure that tests continue to run properly. &$tables: array of table names +'PasswordPoliciesForUser': Alter the effective password policy for a user. +$user: User object whose policy you are modifying +&$effectivePolicy: Array of policy statements that apply to this user + 'PerformRetroactiveAutoblock': Called before a retroactive autoblock is applied to a user. $block: Block object (which is set to be autoblocking) |