User management in the Trac Project Management System
From LeonWiki!
How to add User in Trac
sudo htpasswd /etc/svn-auth-file <username>... that does it! It will prompt for a password
Note: Any bitnami Trac installation has a trac.conf file that contains the httpd directives for htpasswd file location. If just a plain-vanilla Trac install then the apache install that is responsible for displaying the trac projects must contain authentication directives similar to what bitnami puts there.
How to give User Admin privileges in Trac
sudo trac-admin <path-to-project-dir> permission add <user> TRAC_ADMIN
How to create a trac project
sudo trac-admin <path-to-project-dir> initenv
- Answer the questions
