Modify ↓
#674 closed defect (fixed)
after removing WIKI_MODIFY for anonymous, no authenticated user can edit pages
Reported by: | MishaS | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | highest | Milestone: | 0.8 |
Component: | general | Version: | devel |
Severity: | critical | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (1)
Change History (6)
by , 20 years ago
Attachment: | perm.patch added |
---|
comment:1 by , 20 years ago
Summary: | after removing WIKI_MODIFY → see the patch attached |
---|
After checking the source, the problem seems to be very easy to fix. :)
comment:2 by , 20 years ago
Summary: | see the patch attached → after removing WIKI_MODIFY for anonymous, no authenticated user can edit pages |
---|
oops :(
comment:3 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Priority: | normal → highest |
Severity: | major → critical |
Note:
See TracTickets
for help on using tickets.
fixing the problem with authenticated group