Changes between Version 4 and Version 5 of TracStandalone
- Timestamp:
- Sep 5, 2016 8:13:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracStandalone
v4 v5 141 141 This section describes how to use `tracd` with Apache .htpasswd files. 142 142 143 Note: It is necessary (at least with Python 2.6)to install the fcrypt package in order to144 decode some htpasswd formats. Trac source code attempt an `import crypt` first, but there145 is no such package for Python 2.6. Only `SHA-1` passwords (since Trac 1.0) workwithout this module.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. 146 146 147 147 To create a .htpasswd file use Apache's `htpasswd` command (see [#GeneratingPasswordsWithoutApache below] for a method to create these files without using Apache):