Version 1 (modified by 19 years ago) ( diff ) | ,
---|
Django 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.
You need to
- use the Firefox browser
- install the Greasemonkey extension
- install the djangopasswordhasher.user.js user script
Pros:
- works on all standard Django admin sites
- nothing to install on the server side
Cons:
- needs the extension on the browser
Attachments (2)
-
djangopasswordhasher.user.js
(3.5 KB
) - added by 19 years ago.
Version 1.0
-
djangopasswordhasher.user.js.txt
(3.5 KB
) - added by 19 years ago.
Maybe easier to install by looking at this in plain format.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.