Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1297,6 +1297,9 @@ |
1298 | 1298 | 'UserGetImplicitGroups': Called in User::getImplicitGroups() |
1299 | 1299 | &$groups: List of implicit (automatically-assigned) groups |
1300 | 1300 | |
| 1301 | +'UserGetReservedNames': allows to modify $wgReservedUsernames at run time |
| 1302 | +*&$reservedUsernames: $wgReservedUsernames |
| 1303 | + |
1301 | 1304 | 'UserGetRights': Called in User::getRights() |
1302 | 1305 | $user: User to get rights for |
1303 | 1306 | &$rights: Current rights |