Modify ↓
Opened 20 years ago
Closed 20 years ago
#1041 closed defect (fixed)
Should fail when try to allow a wrong permission
Reported by: | Owned by: | utopiste | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | admin/console | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | nepo@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Current system doesn't check when you try to allow some wrong action for user. eg. permission add user TICKETS_ADMIN (should be TICKET_ADMIN) and in this case it need fail.
Attachments (0)
Change History (5)
comment:1 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 20 years ago
Milestone: | 0.9 → 0.8.1 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:3 by , 20 years ago
Cc: | added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
The fix [1189] unfortunately breaks the permision groups feature. Entering something like
permission add developer TICKET_CREATE TICKET_MODIFY permission add bob developer
no longer works, because developer is obviously not one of the predefined Trac privileges.
See the chapter Permission Groups on the TracPermissions page.
comment:4 by , 20 years ago
Milestone: | 0.8.1 → 0.9 |
---|
Note:
See TracTickets
for help on using tickets.
Close by [1189]