Modify ↓
      
Opened 21 years ago
Closed 21 years ago
#369 closed defect (fixed)
Permissions
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.6.1 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When configuring TRAC, it is possible to add incorrect permissions, that would seem correct. I.e.,
Trac [d:/svn/trac.db]> permission add admin ticket_admin
Of course, it should be upper-case. However, the lower-case will enter correctly (to no effect)
Attachments (0)
  Note:
 See   TracTickets
 for help on using tickets.
    


  
trac-admin in 0.7(.rc1) will convert the permission string to upper case before inserting.