Edgewall Software

Changes between Version 38 and Version 39 of TracPermissions


Ignore:
Timestamp:
Dec 8, 2006, 5:45:46 PM (17 years ago)
Author:
nigelb@…
Comment:

Led me to log #4360

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v38 v39  
    107107You can also remove all privileges for a specific user:
    108108{{{
    109   $ trac-admin /path/to/projenv permission remove bob *
     109  $ trac-admin /path/to/projenv permission remove bob '*'
    110110}}}
    111111
    112112Or one privilege for all users:
    113113{{{
    114   $ trac-admin /path/to/projenv permission remove * REPORT_ADMIN
     114  $ trac-admin /path/to/projenv permission remove '*' REPORT_ADMIN
    115115}}}
    116116