Changes between Version 1 and Version 2 of TracPermissions
- Timestamp:
- Mar 20, 2012, 4:04:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracPermissions
v1 v2 132 132 }}} 133 133 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 is reserved for permissions'''. 134 Group membership can be checked by doing a {{{ 135 permission list 136 }}} with no further arguments; the resulting output will include group memberships. '''Use lowercase for group names, as uppercase is reserved for permissions'''. 135 137 136 138 == Adding a New Group and Permissions == … … 138 140 139 141 The following will add ''bob'' to the new group called ''beta_testers'' and then will assign WIKI_ADMIN permissions to that group. (Thus, ''bob'' will inherit the WIKI_ADMIN permission) 140 {{{ 142 {{{ 141 143 $ trac-admin /path/to/projenv permission add bob beta_testers 142 144 $ trac-admin /path/to/projenv permission add beta_testers WIKI_ADMIN … … 192 194 ---- 193 195 See also: TracAdmin, TracGuide and TracFineGrainedPermissions 196