Modify ↓
Ticket #5859 (closed defect: wontfix)
Opened 5 years ago
Last modified 5 years ago
permissions should be case insensitive
| Reported by: | jeff.webb@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
when setting up permissions both user and action are required to follow strict case standards. permission standard should ignore case.
examples:
user I4CP\jeff.webb should work if user is defined as i4cp\jeff.webb
permission add i4cp\jeff.webb trac_admin should apply TRAC_ADMIN privledges
Attachments
Change History
comment:1 Changed 5 years ago by nkantrowitz
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



They are case-sensitive, but not in the way you think of it. A lower-case "action" means you are making a group, whereas uppercase means it is a permission.