Edgewall Software

Changes between Version 90 and Version 91 of TracStandalone


Ignore:
Timestamp:
Sep 2, 2011, 8:00:48 PM (13 years ago)
Author:
mike.cowperthwaite@…
Comment:

Added note about fcrypt requirement.

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v90 v91  
    128128=== Basic Authorization: Using a htpasswd password file ===
    129129This section describes how to use `tracd` with Apache .htpasswd files.
     130
     131  Note: It is necessary (at least with Python 2.6) to install the fcrypt package in order to
     132  decode the htpasswd format.  Trac source code attempt an `import crypt` first, but there
     133  is no such package for Python 2.6.
    130134
    131135To create a .htpasswd file use Apache's `htpasswd` command (see [#GeneratingPasswordsWithoutApache below] for a method to create these files without using Apache):