Changes between Version 7 and Version 8 of TracStandalone
- Timestamp:
- Dec 21, 2016, 10:38:27 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracStandalone
v7 v8 141 141 This section describes how to use `tracd` with Apache .htpasswd files. 142 142 143 Note: On Windows It is necessary to install the fcrypt package in order to144 decode some htpasswd formats. Only `SHA-1` passwords (since Trac 1.0) work145 w ithout 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. 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):