| 22 | | See [[http://trac.edgewall.org/wiki/TracInstall|Trac Install]] page and also the notes on the legacy [[Trac]] page. |
| 23 | | |
| 24 | | === Manage Users |
| 25 | | |
| 26 | | Uses Apache basic HTTP authentication and is managed by using the [[http://httpd.apache.org/docs/2.2/programs/htpasswd.html|htpasswd]] utility to manipulate the password file for the instance (see [#instances Instances]). |
| 27 | | |
| 28 | | ==== To add a user to the live instance |
| 29 | | |
| 30 | | {{{ |
| 31 | | htpasswd /local/trac-deploy/apache-conf/lcbru-trac.htpasswd {firstname.lastname} |
| 32 | | }}} |
| 33 | | |
| 34 | | ''You will then be prompted for a password'' |
| | 22 | - [[LcbruTrac HowTo Manage Users]] |