Edgewall Software

Changes between Version 121 and Version 122 of TracStandalone


Ignore:
Timestamp:
Nov 14, 2016, 1:30:40 AM (7 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v121 v122  
    141141This section describes how to use `tracd` with Apache .htpasswd files.
    142142
    143   Note: On Windows It is necessary to install the fcrypt package in order to
    144   decode some htpasswd formats. Only `SHA-1` passwords (since Trac 1.0) work
    145   without this module.
     143  Note: On Windows It is necessary to install the [https://pypi.python.org/pypi/passlib passlib]
     144  package in order to decode some htpasswd formats. Only `SHA-1` passwords (since Trac 1.0)
     145  work without this module.
    146146
    147147To create a .htpasswd file use Apache's `htpasswd` command (see [#GeneratingPasswordsWithoutApache below] for a method to create these files without using Apache):