Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.

Thanks Florian Apolloner for the review.
This commit is contained in:
Tim Graham 2015-02-26 14:04:24 -05:00
parent e4cf8c8420
commit b86abbceb9
3 changed files with 39 additions and 0 deletions

View file

@ -56,6 +56,9 @@ Minor features
subclassed ``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
default value.
* The ``BCryptSHA256PasswordHasher`` will now update passwords if its
``rounds`` attribute is changed.
:mod:`django.contrib.gis`
^^^^^^^^^^^^^^^^^^^^^^^^^^