summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSaJH <wogur981208@gmail.com>2024-05-12 03:32:57 +0900
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-05-17 17:13:58 +0200
commit8f205acea94e93a463109e08814f78c09307f2b9 (patch)
tree410f42e7880b96eff35df17bc24aaa804ba8459d /docs
parent50852b2c2c805c98e2af8eea5433d1a3e5348b67 (diff)
Fixed #35428 -- Increased parallelism of the ScryptPasswordHasher.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index d60ccb9730..2def385f98 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -46,6 +46,9 @@ Minor features
* The default iteration count for the PBKDF2 password hasher is increased from
720,000 to 870,000.
+* In order to follow OWASP recommendations, the default ``parallelism`` of the
+ ``ScryptPasswordHasher`` is increased from 1 to 5.
+
* :class:`~django.contrib.auth.forms.BaseUserCreationForm` and
:class:`~django.contrib.auth.forms.AdminPasswordChangeForm` now support
disabling password-based authentication by setting an unusable password on