Edgewall Software

Changes between Version 129 and Version 130 of TracStandalone


Ignore:
Timestamp:
Nov 15, 2022, 1:38:31 PM (17 months ago)
Author:
anonymous
Comment:

Took me a while to find contrib.

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v129 v130  
    175175Basic 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.
    176176
    177 Trac also provides `htpasswd` and `htdigest` scripts in `contrib`:
     177Trac also provides `htpasswd` and `htdigest` scripts in `contrib` (in the Tar package):
    178178{{{#!sh
    179179$ ./contrib/htpasswd.py -cb htpasswd user1 user1