X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fhooks.txt;h=fda00f9f8389b75f1887483ca828a5b6f5fa889e;hb=3247aa820273258a6927ba0b9b165e6913476e7a;hp=bf8d1649752192a631cea378f848e466f10ae386;hpb=0e54c034458b92199524ea4a8e5e4b7db381ef5d;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index bf8d164975..fda00f9f83 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)