Modify ↓
Opened 9 years ago
Closed 9 years ago
#12164 closed defect (fixed)
User with TRAC_ADMIN can't revoke an undefined permission they don't possess
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.9 |
Component: | admin/web | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
To reproduce:
- Create
user1
and assign the userTRAC_ADMIN
. - Insert a undefined permission into the database, e.g.
INVALID_PERM
, and assign touser2
. - Login as
user
and navigate to/admin/general/perm
.
You'll find the following for user2
:
Attachments (0)
Change History (2)
comment:1 by , 9 years ago
Status: | new → assigned |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [14253], merged in [14255].