Closed Bug 1080778 Opened 11 years ago Closed 11 years ago

Password reset pages unavailable to non-logged in users

Categories

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

defect

Tracking

(Not tracked)

RESOLVED FIXED
2014-Q4

People

(Reporter: ckoehler, Assigned: cliang)

References

Details

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

No description provided.
Two lines in LocalSettings.php need to be adjusted: CURRENT: $wgGroupPermissions['*']['editmyprivateinfo'] = false; $wgGroupPermissions['*']['viewmyprivateinfo'] = false; NEW: $wgGroupPermissions['*']['editmyprivateinfo'] = true; $wgGroupPermissions['*']['viewmyprivateinfo'] = true;
Severity: normal → blocker
Priority: -- → P1
Blocks: 1051201
Changes deployed and tested in the dev, staging, and production wiki environments.
Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1521]
Assignee: nobody → cliang
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
No longer blocks: 1051201
Depends on: 1051201
Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/1521] → [kanban:https://kanbanize.com/ctrl_board/4/1521] [dev=2014-10-09] [stage=2014-10-09] [dev=2014-10-09]
Target Milestone: --- → 2014-Q4
You need to log in before you can comment on or make changes to this bug.