Version 2 (modified by Antti Kaihola, 18 years ago) ( diff )

Added link to separate page with the script source code

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

Pros:

  • works on all standard Django admin sites
  • nothing to install on the server side

Cons:

  • needs the extension on the browser

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.
Back to Top