Modify ↓
Opened 18 years ago
Closed 18 years ago
#5859 closed defect (wontfix)
permissions should be case insensitive
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
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.