mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Increased the default PBKDF2 iterations for Django 5.0.
Follow up to 9a1848f48c.
This commit is contained in:
@@ -141,7 +141,7 @@ Minor features
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* The default iteration count for the PBKDF2 password hasher is increased from
|
||||
390,000 to 480,000.
|
||||
390,000 to 600,000.
|
||||
|
||||
* :class:`~django.contrib.auth.forms.UserCreationForm` now saves many-to-many
|
||||
form fields for a custom user model.
|
||||
|
||||
Reference in New Issue
Block a user