mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Added docs for the hasher's iteration count changes.
This commit is contained in:
committed by
Florian Apolloner
parent
7d0d0dbf26
commit
28b70425af
@@ -369,7 +369,8 @@ Minor features
|
||||
increased by 20%. This backwards compatible change will not affect
|
||||
existing passwords or users who have subclassed
|
||||
``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
|
||||
default value.
|
||||
default value. Passwords :ref:`will be upgraded <password-upgrades>` to use
|
||||
the new iteration count as necessary.
|
||||
|
||||
Backwards incompatible changes in 1.6
|
||||
=====================================
|
||||
|
||||
Reference in New Issue
Block a user