Closed Bug 1080854 Opened 10 years ago Closed 10 years ago

Restore 'canmove' group so page protection can be updated

Categories

(Websites :: wiki.mozilla.org, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
2014-Q4

People

(Reporter: ckoehler, Assigned: cliang)

References

Details

(Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1549] [dev=2014-10-09] [stage=2014-10-09] [dev=2014-10-09])

Add this to LocalSettings.php:
$wgGroupPermissions['canmove']['autoconfirmed']  = true;
Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1549]
Changes deployed and tested in the dev, staging, and production wiki environments.
Assignee: nobody → cliang
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Setting canmove to be autoconfirmed means that not all pages can be edited/unprotected.

We need to do this instead:
$wgGroupPermissions['canmove']['canmove']  = true;
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Changes deployed and tested in the dev, staging, and production wiki environments.
Status: REOPENED → RESOLVED
Closed: 10 years ago10 years ago
Resolution: --- → FIXED
Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1549] → [kanban:https://kanbanize.com/ctrl_board/4/1549] [dev=2014-10-09] [stage=2014-10-09] [dev=2014-10-09]
No longer blocks: 1051201
Depends on: 1051201
Target Milestone: --- → 2014-Q4
You need to log in before you can comment on or make changes to this bug.