0e167915f0
web interface. It performs many tasks performed by trac-admin(1). Tested by sthen@ and Roland Philippsen ok sthen@
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
To enable Trac WebAdmin for your project, add the following to your
|
|
project's /path/to/projenv/conf/trac.ini file:
|
|
[components]
|
|
webadmin.* = enabled
|
|
|
|
To give a user admin rights, run:
|
|
trac-admin /path/to/projenv permission add bob TRAC_ADMIN
|
|
|
|
To give a user admin rights to the ticket system, run:
|
|
trac-admin /path/to/projenv permission add bob TICKET_ADMIN
|