Added note about password updates on argon2 attributes change.

This commit is contained in:
Roy Zheng 2020-08-10 14:30:39 -07:00 committed by Mariusz Felisiak
parent ebd78a9f97
commit 804f2b7024
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ However, Django can only upgrade passwords that use algorithms mentioned in
:setting:`PASSWORD_HASHERS`, so as you upgrade to new systems you should make
sure never to *remove* entries from this list. If you do, users using
unmentioned algorithms won't be able to upgrade. Hashed passwords will be
updated when increasing (or decreasing) the number of PBKDF2 iterations or
bcrypt rounds.
updated when increasing (or decreasing) the number of PBKDF2 iterations, bcrypt
rounds, or argon2 attributes.
Be aware that if all the passwords in your database aren't encoded in the
default hasher's algorithm, you may be vulnerable to a user enumeration timing