Changes between Version 1 and Version 2 of TracPermissions
- Timestamp:
- 2010-10-01T18:22:03Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracPermissions
v1 v2 46 46 || `TICKET_EDIT_CC` || Full modify cc field || 47 47 || `TICKET_EDIT_DESCRIPTION` || Modify description field || 48 || `TICKET_EDIT_COMMENT` || Modify comments || 48 49 || `TICKET_ADMIN` || All `TICKET_*` permissions, plus the deletion of ticket attachments and modification of the reporter and description fields. It also allows managing ticket properties in the WebAdmin panel. || 49 50 … … 74 75 || `WIKI_CREATE` || Create new [wiki:TracWiki wiki] pages || 75 76 || `WIKI_MODIFY` || Change [wiki:TracWiki wiki] pages || 77 || `WIKI_RENAME` || Rename [wiki:TracWiki wiki] pages || 76 78 || `WIKI_DELETE` || Delete [wiki:TracWiki wiki] pages and attachments || 77 79 || `WIKI_ADMIN` || All `WIKI_*` permissions, plus the management of ''readonly'' pages. || … … 115 117 == Permission Groups == 116 118 117 There are two built-in groups, "authenticated" and "anonymous".[[BR]] 118 Any user who has not logged in is automatically in the "anonymous" group.[[BR]] 119 Any user who has logged in is also in the "authenticated" group.[[BR]] 120 The "authenticated" group inherits permissions from the "anonymous" group.[[BR]] 121 eg. if the "anonymous" group has permission WIKI_MODIFY, it's not necessary to add the WIKI_MODIFY permisison to the "authenticated" group as well. 119 There are two built-in groups, "authenticated" and "anonymous". 120 Any user who has not logged in is automatically in the "anonymous" group. 121 Any user who has logged in is also in the "authenticated" group. 122 The "authenticated" group inherits permissions from the "anonymous" group. 123 For example, if the "anonymous" group has permission WIKI_MODIFY, 124 it is not necessary to add the WIKI_MODIFY permission to the "authenticated" group as well. 122 125 123 126 Custom groups may be defined that inherit permissions from the two built-in groups. … … 132 135 }}} 133 136 134 Group membership can be checked by doing a {{{permission list}}} with no further arguments; the resulting output will include group memberships. '''Use lowercase for group names, as uppercase isreserved for permissions'''.137 Group membership can be checked by doing a {{{permission list}}} with no further arguments; the resulting output will include group memberships. '''Use at least one lowercase character in group names, as all-uppercase names are reserved for permissions'''. 135 138 136 139 == Adding a New Group and Permissions ==