Page MenuHomePhabricator

Remove autoconfirmed restrictions on fishbowl/private wikis
Closed, ResolvedPublic

Description

Author: bugs

Description:
Autoconfirmed restrictions don't really make much sense on wikis where account creation isn't open to all (private/fishbowl wikis), so we should remove them. (Cary agrees and says that this would be good.)

To do that, please add the following to the private and fishbowl groupOverrides:

'user' => array(
     'move' => true,
     'upload' => true,
     'autoconfirmed' => true,
     'reupload' => true,
     'skipcaptcha' => true,
     'collectionsaveascommunitypage' => true,
     'collectionsaveasuserpage' => true,
 ),

Once that's done, we no longer need the add/rm config for the "confirmed" group on foundationwiki (see bug 24678), so that can be removed too.


Version: unspecified
Severity: enhancement

Details

Reference
bz24735