Modify ↓
Opened 21 years ago
Closed 21 years ago
#285 closed defect (fixed)
its possible to give user same permission multiple times
Reported by: | vittorio | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | 0.7 |
Component: | admin/console | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Trac [projects_env/]> permission add htdig LOG_VIEW Trac [projects_env/]> permission add htdig LOG_VIEW Trac [projects_env/]> permission list User Action ----------------------- htdig LOG_VIEW htdig LOG_VIEW
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
Milestone: | → 0.7 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [449]. This change will only affect environments created by initdb or tracdb2env.
Note:
See TracTickets
for help on using tickets.
The permission table is missing a UNIQUE(username, permission) directive.