Changes between Version 1 and Version 2 of TracPermissions


Ignore:
Timestamp:
Mar 20, 2012, 4:04:32 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v1 v2  
    132132}}}
    133133
    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'''.
     134Group membership can be checked by doing a {{{
     135permission list
     136}}} with no further arguments; the resulting output will include group memberships. '''Use lowercase for group names, as uppercase is reserved for permissions'''.
    135137
    136138== Adding a New Group and Permissions ==
     
    138140
    139141The 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{{{
    141143   $ trac-admin /path/to/projenv permission add bob beta_testers
    142144   $ trac-admin /path/to/projenv permission add beta_testers WIKI_ADMIN
     
    192194----
    193195See also: TracAdmin, TracGuide and TracFineGrainedPermissions
     196