Go to file
Zev Benjamin c6929bbc9f Allow PBKDF2 password hashes in dev mode
This fixes a problem where if you were 1) running in development
mode, 2) had populated the database from production data, and 3)
tried to log in with an account that had changed its password, you
wouldn't be able to.  The problem was that the password change
created a password change record with a PBKDF2 hash, not a SHA1 hash.

This change lets the dev server accept PBKDF2 hashed passwords, but
still use SHA1 password hashes for creating test users for speed.

(imported from commit 2840d266f93add1edbba7f93a7f1491372fc8cf1)
2013-01-03 16:03:55 -05:00
api zmirror: Fix running on 32 bit systems. 2013-01-02 14:20:24 -05:00
certs SSL certificates for zephyr.humbughq.com 2012-11-21 13:58:48 -05:00
confirmation confirmation: Use timezone-aware datetime object 2012-11-07 18:50:26 -05:00
humbug Allow PBKDF2 password hashes in dev mode 2013-01-03 16:03:55 -05:00
servers nagios: Add monitoring for clock skew. 2013-01-03 10:21:16 -05:00
templates Set bottom_whitespace height on resize with js 2012-12-20 22:41:47 -05:00
tools Make the back button work when narrowed 2012-12-19 14:46:31 -05:00
zephyr Add test for missing params to ChangeSettingsTest 2013-01-02 18:46:09 -05:00
.gitignore Add .swp and .swo files to the gitignore for vim 2012-12-19 15:07:03 -05:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00