Commit Graph

3 Commits

Author SHA1 Message Date
evazion
309821bf73 rubocop: fix various style issues. 2019-12-22 21:23:37 -06:00
albert
f52181db94 Major revamp of security. Passwords are first SHA1 hashed and then
that hash is bcrypted.  Bcrypted hashes are stored in a new column on
users.  This separate column is only to allow for rollbacks,
eventually the old SHA1 hash column will be removed.  Sensitive cookie
details are now encrypted to prevent user tampering and more stringent
checks on secret_token and session_secret_key are enforced.
2013-03-04 22:55:41 -05:00
albert
bae5835cff add script for fixing password hashes 2013-03-03 16:28:44 -05:00