Modify ↓
#9794 closed defect (fixed)
Privileges - upper case name of group
Reported by: | k2n | Owned by: | Michael Henke |
---|---|---|---|
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 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → 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 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → 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