Modify ↓
Opened 16 years ago
Closed 15 years ago
#3748 closed enhancement (fixed)
TracLegos should support permissions
Reported by: | Jeff Hammel | Owned by: | Jeff Hammel |
---|---|---|---|
Priority: | normal | Component: | TracLegosScript |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
There should be a syntax to add and remove permissions from groups and users via site configuration .ini files. As an example of what this might look like:
[trac-admin:permission] add jhammel, novalis, egj = TRAC_ADMIN remove anonymous = * add cholmes = project_admin add project_admin = TICKET_ADMIN
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
this is basically done. outstanding issues should be reticketed as necessary
Note: See
TracTickets for help on using
tickets.
This could also be done programmatically in the templates. See:
http://projects.serverzen.com/pm/p/cluemapper/browser/ClueMapper/trunk/src/clue/app/project.py#L303