Page MenuHomePhabricator

'movecategorypages' for autoconfirmed user
Closed, DeclinedPublic

Description

Atm only autonconfirmed are able to move pages, becouse of this the movecategorypages schould be restricted to autonconfirmed users too.


Version: wmf-deployment
Severity: enhancement

Details

Reference
bz65558

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:09 AM
bzimport set Reference to bz65558.
bzimport added a subscriber: Unknown Object (MLST).

'user' => array ( 'movecategorypages' => false, ),
'autoconfirmed' => array ( 'movecategorypages' => true, ),

As far as I can tell it's only possible to move categories if the user has both the 'move' and the 'move-categorypages' rights, thus if non-autoconfirmed can't move pages, they also can't move categories.