From 2070b1dba85911158018f69827d2687347851727 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 7 Aug 2008 16:12:25 +0000 Subject: [PATCH] Document UserGetReservedNames hook --- docs/hooks.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/hooks.txt b/docs/hooks.txt index 69ab7723c8..8b1fa600ac 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1297,6 +1297,9 @@ $user: User object 'UserGetImplicitGroups': Called in User::getImplicitGroups() &$groups: List of implicit (automatically-assigned) groups +'UserGetReservedNames': allows to modify $wgReservedUsernames at run time +*&$reservedUsernames: $wgReservedUsernames + 'UserGetRights': Called in User::getRights() $user: User to get rights for &$rights: Current rights -- 2.20.1