Take steward out of the default install; use in the Makesysop extension
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 9 Jun 2005 13:56:53 +0000 (13:56 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 9 Jun 2005 13:56:53 +0000 (13:56 +0000)
definition.

includes/DefaultSettings.php

index 4e79cea..37d75c4 100644 (file)
@@ -685,7 +685,6 @@ $wgGroupPermissions = array(
        'sysop'      => array( 'createaccount', 'patrol', 'protect', 'delete',
                               'rollback', 'block', 'editinterface' ),
        'bureaucrat' => array( 'userrights' ),
-       'steward'    => array( 'makesysop' ), # technically this is for an extension...
        'developer'  => array( 'siteadmin' ),
 );