Edgewall Software

Changes between Version 14 and Version 15 of TracPermissions


Ignore:
Timestamp:
Nov 16, 2005, 3:40:07 AM (18 years ago)
Author:
stevemccusker@…
Comment:

Added sections on removeing permissions and using multiple permissions per command.

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v14 v15  
    9191}}}
    9292
     93== Removing Permissions ==
     94
     95Permissions can be removed using the 'remove' command. For example:
     96
     97This command will prevent the user ''bob'' from deleting reports:
     98{{{
     99  $ trac-admin /path/to/projenv permission remove bob REPORT_DELETE
     100}}}
     101
     102== Multiple Permission Commands ==
     103
     104Both permission add and permission remove can be used with a list of permissions. For example:
     105{{{
     106  $ trac-admin /path/to/projenv permission remove bob REPORT_DELETE WIKI_CREATE
     107}}}
     108
     109
    93110== Default Permissions ==
    94111