Manual:$wgImplicitGroups

From MediaWiki.org

Jump to: navigation, search
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: Complex array of boolean values.
Default value: array( '*', 'user', 'autoconfirmed' );

array( '*', 'user', 'autoconfirmed', 'emailconfirmed' ); in 1.12

Other settings: Alphabetical | By Function


[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] See also