Manual:$wgImplicitGroups
From MediaWiki.org
| User Access: $wgImplicitGroups | |
|---|---|
| Groups that aren't shown on Special:Listusers or somewhere else |
|
| Introduced in version: | 1.12.0 (r28797) |
| Removed in version: | still in use |
| Allowed values: | Array of group names. |
| Default value: | array( '*', 'user', 'autoconfirmed' );
|
Other settings: Alphabetical | By Function
Contents |
[edit] Details
$wgImplicitGroups is an array of groups that aren't shown in Special:Listusers and on a few other places. Note that they can't be assigned through Special:Userrights.
[edit] Syntax example
// defining a set of user groups which should not be shown
$wgImplicitGroups = array('*', 'user', 'autoconfirmed', 'emailconfirmed', 'sysop', 'bureaucrat', 'bot');
// adding a single user group to an existing set
$wgImplicitGroups[] = 'bot';
[edit] Note
It would hide only group names in the menu, not the users themselves.
[edit] See also
| Language: | English • 日本語 • Русский |
|---|