Changes between Initial Version and Version 1 of LcbruTrac HowTo Manage Users
- Timestamp:
- 11/11/15 15:53:03 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LcbruTrac HowTo Manage Users
v1 v1 1 = LcbruTrac HowTo Manage Users 2 3 Tags: [[LcbruTrac]] [[HowTo]] 4 5 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). 6 7 == Procedure 8 9 1. Run the command 10 {{{ 11 htpasswd /local/trac-deploy/apache-conf/lcbru-trac.htpasswd {firstname.lastname} 12 }}} 13 14 2. You will then be prompted for a password. 15