Modify ↓
Ticket #674 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
after removing WIKI_MODIFY for anonymous, no authenticated user can edit pages
| Reported by: | MishaS | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.8 |
| Component: | general | Version: | devel |
| Severity: | critical | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I tried to implement the following scenario:
trac-admin ... permission remove anonymous WIKI_MODIFY trac-admin ... permission remove anonymous WIKI_CREATE trac-admin ... permission add authenticated WIKI_MODIFY trac-admin ... permission add authenticated WIKI_CREATE
No authenticated user can actually add/modify Wikis, unless explicitely given the right by:
trac-admin ... permission add userid WIKI_MODIFY trac-admin ... permission add userid WIKI_CREATE
Attachments
Change History
Changed 8 years ago by MishaS
- Attachment perm.patch added
comment:1 Changed 8 years ago by MishaS
- Summary changed from after removing WIKI_MODIFY to see the patch attached
After checking the source, the problem seems to be very easy to fix. :)
comment:2 Changed 8 years ago by MishaS <mss@…>
- Summary changed from see the patch attached to after removing WIKI_MODIFY for anonymous, no authenticated user can edit pages
oops :(
comment:3 Changed 8 years ago by anonymous
- Milestone set to 0.8
- Priority changed from normal to highest
- Severity changed from major to critical
comment:4 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from new to closed
Fixed in [841].
comment:5 Changed 8 years ago by jonas
Oh, I missed the patch :)
Note: See
TracTickets for help on using
tickets.



fixing the problem with authenticated group