Edgewall Software

Changes between Version 3 and Version 4 of TracPermissions


Ignore:
Timestamp:
Feb 18, 2004, 10:21:24 PM (20 years ago)
Author:
Jonas Borgström
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v3 v4  
    3030
    3131Currently the only way to grant privileges to users is by using the
    32 {{{trac_admin.py}}} script. The current set of privileges can be listed
     32{{{trac-admin}}} script. The current set of privileges can be listed
    3333with the following command:
    3434
    3535{{{
    36   $ trac_admin.py /path/to/my.db permission list
     36  $ trac-admin /path/to/my.db permission list
    3737}}}
    3838
     
    4040
    4141{{{
    42   $ trac_admin.py /path/to/my.db permission add bob REPORT_DELETE
     42  $ trac-admin /path/to/my.db permission add bob REPORT_DELETE
    4343}}}
    4444