Changes between Version 3 and Version 4 of LcbruTrac HowTo Manage Users


Ignore:
Timestamp:
11/11/15 17:18:52 (9 years ago)
Author:
richard.admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LcbruTrac HowTo Manage Users

    v3 v4  
    99
    10101. Copy the file to a local machine. `scp {username}@{server-name}:/local/trac-deploy/apache-conf/lcbru-trac.htpasswd .`
    11 2. Run the command
     112. Run the command:
    1212{{{
    1313    htpasswd ./lcbru-trac.htpasswd {firstname.lastname}
    1414}}}
    15153. You will then be prompted for a password.
    16 4. Copy the file back to the server `scp ./lcbru-trac.htpasswd {username}@{server-name}:/local/trac-deploy/apache-conf/lcbru-trac.htpasswd`
    17 
     164. Copy the file back to the server: `scp ./lcbru-trac.htpasswd {username}@{server-name}:~/lcbru-trac.htpasswd`
     175. Log onto the server.
     186. Make a safe copy of the file: `cp /local/trac-deploy/apache-conf/lcbru-trac.htpasswd ~/lcbru-trac.htpasswd.safe`
     197. Replace the fold file with the new file: `cp ~/lcbru-trac.htpasswd /local/trac-deploy/apache-conf/lcbru-trac.htpasswd`
     208. Restart Apache: `sudo /etc/init.d/uol.apache2 restart`