Edgewall Software

Changes between Version 7 and Version 8 of 1.5/TracStandalone


Ignore:
Timestamp:
Nov 17, 2022, 6:36:57 PM (17 months ago)
Author:
Ryan J Ollos
Comment:

Merge TracStandalone@130 and edit.

Legend:

Unmodified
Added
Removed
Modified
  • 1.5/TracStandalone

    v7 v8  
    177177Basic Authorization can be accomplished via this [http://aspirine.org/htpasswd_en.html online HTTP Password generator] which also supports `SHA-1`.  Copy the generated password-hash line to the .htpasswd file on your system. Note that Windows Python lacks the "crypt" module that is the default hash type for htpasswd. Windows Python can grok MD5 password hashes just fine and you should use MD5.
    178178
    179 Trac also provides `htpasswd` and `htdigest` scripts in `contrib`:
     179Trac also provides `htpasswd` and `htdigest` scripts in [https://trac.edgewall.org/browser/trunk contrib] (also available in the tar or zip archive):
    180180{{{#!sh
    181181$ ./contrib/htpasswd.py -cb htpasswd user1 user1