summaryrefslogtreecommitdiffstats
path: root/lib/sql/migration/002-extend-userpersonconfirmation-key-length.sql
Commit message (Collapse)AuthorAgeFilesLines
* Don't just rely on random for UserPersonConfirmation keysJeremy Kerr2008-09-111-0/+4
It looks like we're getting identical keys generated for confirmation keys. Problem has been reported to django, but in the meantime, salt with the user and email details, then sha1 to give the final key. This requires an increase in the field size for key, migration script included. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>