Edgewall Software

Changes between Version 38 and Version 40 of TracPermissions


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v38 v40  
    8181}}}
    8282
     83Or add all privileges:
     84{{{
     85  $ trac-admin /path/to/projenv permission add bob '*'
     86}}}
     87
    8388== Permission Groups ==
    8489
     
    107112You can also remove all privileges for a specific user:
    108113{{{
    109   $ trac-admin /path/to/projenv permission remove bob *
     114  $ trac-admin /path/to/projenv permission remove bob '*'
    110115}}}
    111116
    112117Or one privilege for all users:
    113118{{{
    114   $ trac-admin /path/to/projenv permission remove * REPORT_ADMIN
     119  $ trac-admin /path/to/projenv permission remove '*' REPORT_ADMIN
    115120}}}
    116121