Changes between Initial Version and Version 1 of LcbruTrac HowTo Manage Users


Ignore:
Timestamp:
11/11/15 15:53:03 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LcbruTrac HowTo Manage Users

    v1 v1  
     1= LcbruTrac HowTo Manage Users
     2
     3Tags: [[LcbruTrac]] [[HowTo]]
     4
     5Uses 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
     91. Run the command
     10{{{
     11    htpasswd /local/trac-deploy/apache-conf/lcbru-trac.htpasswd {firstname.lastname}
     12}}}
     13
     142. You will then be prompted for a password.
     15