Changes between Initial Version and Version 1 of CookBookPasswordGreasemonkeyUserScript


Ignore:
Timestamp:
Apr 30, 2006, 10:49:15 AM (19 years ago)
Author:
Antti Kaihola
Comment:

Created.

Legend:

Unmodified
Added
Removed
Modified
  • CookBookPasswordGreasemonkeyUserScript

    v1 v1  
     1Django admin expects users' passwords to be entered as SHA-1 hashes in the format {{{[algo]$[salt]$[hexdigest]}}}. Here is a tool which automates calculating the hashes on the client side.
     2
     3You need to
     4 * use the Firefox browser
     5 * install the [http://greasemonkey.mozdev.org/ Greasemonkey] extension
     6 * install the djangopasswordhasher.user.js user script
     7
     8Pros:
     9 * works on all standard Django admin sites
     10 * nothing to install on the server side
     11
     12Cons:
     13 * needs the extension on the browser
Back to Top