Modify ↓
#9794 closed defect (fixed)
Privileges - upper case name of group
| Reported by: | k2n | Owned by: | mhenke |
|---|---|---|---|
| Priority: | normal | Component: | PrivateReportsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
Is an issue when we tray use name of group like "reports_ABC". No one can see this report.
Lower case: "reports_abc" work correctly.
Attachments (0)
Change History (3)
comment:1 Changed 16 months ago by mhenke
- Resolution set to wontfix
- Status changed from new to closed
comment:2 Changed 16 months ago by mhenke
- Resolution wontfix deleted
- Status changed from closed to reopened
ok, now I can see why there might be a bit confusion. I coded it so that the group must have all lowercase letters and I can't remember why. The correct solution is to be conform to the Trac standard and allow only all uppercase groups. I will fix it right away.
comment:3 Changed 16 months ago by mhenke
- Resolution set to fixed
- Status changed from reopened to closed
The fix is checked in.
Note: See
TracTickets for help on using
tickets.


Hello,
this behaviour is not dictated by the plugin but Trac.
Permissions/Groups have to have all uppercase letters.
Check the following link for more info
http://trac.edgewall.org/wiki/TracPermissions