remove emailconfirmed group from $wgImplicitGroups, was already removed from $wgGroupPermissions

This commit is contained in:
Alexandre Emsenhuber 2008-04-24 18:48:16 +00:00
parent 2c93173a1b
commit 4243b57bc3

View file

@ -1174,7 +1174,7 @@ $wgGroupPermissions['bureaucrat']['userrights'] = true;
/**
* Implicit groups, aren't shown on Special:Listusers or somewhere else
*/
$wgImplicitGroups = array( '*', 'user', 'autoconfirmed', 'emailconfirmed' );
$wgImplicitGroups = array( '*', 'user', 'autoconfirmed' );
/**
* These are the groups that users are allowed to add to or remove from