Project Member Permissions
Member Categories
- Chairman :
- Streering Board Chairman,
- Technical Committee Chairman,
- Marketing Committee Chairman
- Member :
- Streering Board Member,
- Technical Committee Member,
- Marketing Committee Member
- Anonymous
Member Permissions
Repository Browser
Ticket System
| TICKET_VIEW | View existing tickets and perform ticket queries | anonymous
|
| TICKET_CREATE | Create new tickets | anonymous
|
| TICKET_APPEND | Add comments or attachments to tickets | anonymous
|
| TICKET_CHGPROP | Modify ticket properties | chairman
|
| TICKET_MODIFY | Includes both TICKET_APPEND and TICKET_CHGPROP, and in addition allows resolving tickets | member
|
| TICKET_ADMIN | All TICKET_* permissions, plus the deletion of ticket attachments. | chairman
|
Roadmap
| MILESTONE_VIEW | View a milestone | anonymous
|
| MILESTONE_CREATE | Create a new milestone | admin
|
| MILESTONE_MODIFY | Modify existing milestones | admin
|
| MILESTONE_DELETE | Delete milestones | admin
|
| MILESTONE_ADMIN | All MILESTONE_* permissions | admin
|
| ROADMAP_VIEW | View the roadmap page | anonymous
|
| ROADMAP_ADMIN | Alias for MILESTONE_ADMIN (deprecated) | admin
|
Reports
| REPORT_VIEW | View reports | anonymous
|
| REPORT_SQL_VIEW | View the underlying SQL query of a report | member
|
| REPORT_CREATE | Create new reports | chairman
|
| REPORT_MODIFY | Modify existing reports | chairman
|
| REPORT_DELETE | Delete reports | admin
|
| REPORT_ADMIN | All REPORT_* permissions | admin
|
Wiki System
| WIKI_VIEW | View existing wiki pages | anonymous
|
| WIKI_CREATE | Create new wiki pages | member
|
| WIKI_MODIFY | Change wiki pages | member
|
| WIKI_DELETE | Delete wiki pages and attachments | member
|
| WIKI_ADMIN | All WIKI_* permissions, plus the management of readonly pages. | admin
|
Others
| TIMELINE_VIEW | View the timeline page | anonymous
|
| SEARCH_VIEW | View and execute search queries | anonymous
|
| CONFIG_VIEW | Enables additional pages on About Trac that show the current configuration or the list of installed plugins | chairman
|
Default Permissions
Granting privileges to the special user anonymous can be used to control what an anonymous user can do before they have logged in.
In the same way, privileges granted to the special user authenticated will apply to any authenticated (logged in) user.
See also: TracPermissions