diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-26 14:04:24 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-30 18:52:59 -0400 |
| commit | b86abbceb9a96d7a0fe18047c8fcd6fca90a2f3e (patch) | |
| tree | 30da9fcf251ff7a7cb33a1329e76669c7772de83 /docs | |
| parent | e4cf8c8420634d6f2dc8ce873246256ce635972d (diff) | |
Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.
Thanks Florian Apolloner for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 41ac4f27c9..3bcbd8bbfe 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -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` ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
