Edgewall Software

Changes between Version 80 and Version 81 of TracStandalone


Ignore:
Timestamp:
May 12, 2010, 3:15:57 PM (14 years ago)
Author:
anonymous
Comment:

i removed an unnessessary sudo prefixing this specific htpasswd command

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v80 v81  
    7979
    8080{{{
    81  $ sudo htpasswd -c /path/to/env/.htpasswd username
     81 $ htpasswd -c /path/to/env/.htpasswd username
    8282}}}
    8383then for additional users:
    8484{{{
    85  $ sudo htpasswd /path/to/env/.htpasswd username2
     85 $ htpasswd /path/to/env/.htpasswd username2
    8686}}}
    8787then for starting the tracd (on windows skip the "=" after --basic-auth):