remove emailconfirmed group from $wgImplicitGroups, was already removed from $wgGroup...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 24 Apr 2008 18:48:16 +0000 (18:48 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 24 Apr 2008 18:48:16 +0000 (18:48 +0000)
includes/DefaultSettings.php

index 9759650..d696dd7 100644 (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