Edgewall Software

Changes between Version 95 and Version 96 of TracStandalone


Ignore:
Timestamp:
May 12, 2012, 7:20:43 PM (12 years ago)
Author:
felix@…
Comment:

Reverted to version 94. (validate before documenting) :/

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v95 v96  
    171171Basic 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
    173 On Ubuntu you can install the htpasswd tool without apache like so:
    174 {{{
    175 sudo apt-get install libapache-htpasswd-perl
    176 }}}
    177 
    178 Or you could use this simple Python script to generate a '''digest''' password file:
     173You can use this simple Python script to generate a '''digest''' password file:
    179174
    180175{{{