mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Passwords will be automatically upgraded for each user on login. Usernames not yet upgraded are vulnerable to user enumeration attack due to difference in password check timing. No need to add build dependency on python3-argon2 because tests use a different Django configuration which does not use argon2 hash. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>