A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgImplicitGroups below:

Manual:$wgImplicitGroups - MediaWiki

Groups that are not 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: [ '*', 'user', 'autoconfirmed' ] (1.13+)
array( '*', 'user', 'autoconfirmed', 'emailconfirmed' ); (1.12)

$wgImplicitGroups is an array of groups that are not shown in Special:Listusers and on a few other places. Note that they cannot be assigned or revoked through Special:Userrights.

// defining a set of user groups which should not be shown
$wgImplicitGroups = [ '*', 'user', 'autoconfirmed', 'emailconfirmed', 'sysop', 'bureaucrat', 'bot' ];
// adding a single user group to an existing set
$wgImplicitGroups[] = 'bot';

It would hide only group names in the menu, not the users themselves.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4