Edgewall Software

Changes between Version 93 and Version 94 of TracStandalone


Ignore:
Timestamp:
May 3, 2012, 5:25:05 PM (12 years ago)
Author:
adrian.wilkins@…
Comment:

Windows Python cannot grok crypt() hashes - changed link to htpasswd online tool to one that supports MD5 hashes.

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v93 v94  
    169169=== Generating Passwords Without Apache ===
    170170
    171 Basic Authorization can be accomplished via this [http://www.4webhelp.net/us/password.php online HTTP Password generator].  Copy the generated password-hash line to the .htpasswd file on your system.
     171Basic Authorization can be accomplished via this [http://aspirine.org/htpasswd_en.html online HTTP Password generator].  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.
    172172
    173173You can use this simple Python script to generate a '''digest''' password file: