Closed Bug 583106 Opened 14 years ago Closed 14 years ago

Add "Private" forums

Categories

(support.mozilla.org :: Forum, task, P1)

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jsocol, Assigned: erik)

Details

We need to add the ability to restrict reading a forum (or even knowing about its existence) to a group.
Assignee: nobody → erik
Target Milestone: 2.2.1 → 2.2.2
Landed in http://github.com/jsocol/kitsune/commit/67a4192d126f289c1bfb57a4b28de48a8b302ee3.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
To test:

1. In Django admin, go to (Authority) Permissions.
2. Add a new permission:
   Codename: forums_forum.post_in_forum
   Content type: forum (the 2nd one)
   Object ID: the forum you want to privatize
   Approved: X
   User or Group: whoever you want to grant access to
3. Add another new permission as above except with the Codename forums_forum.view_in_forum.
Verified adding/removing view/post permissions for users and groups.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.