From b86abbceb9a96d7a0fe18047c8fcd6fca90a2f3e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 26 Feb 2015 14:04:24 -0500 Subject: Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change. Thanks Florian Apolloner for the review. --- docs/releases/1.9.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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` ^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3