1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

Increased the default PBKDF2 iterations for Django 5.0.

This commit is contained in:
Mariusz Felisiak
2023-01-13 10:16:17 +01:00
parent f39f120302
commit 4fc711a108
3 changed files with 7 additions and 6 deletions

View File

@@ -46,7 +46,8 @@ Minor features
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The default iteration count for the PBKDF2 password hasher is increased from
480,000 to 580,000.
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~