mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.
This commit is contained in:
committed by
Mariusz Felisiak
parent
27f67317da
commit
da4923ea87
@@ -56,6 +56,9 @@ Minor features
|
||||
instead of deprecated ``PASSWORD_RESET_TIMEOUT_DAYS``, which will be removed
|
||||
in Django 4.0.
|
||||
|
||||
* The password reset mechanism now uses the SHA-256 hashing algorithm. Support
|
||||
for tokens that use the old hashing algorithm remains until Django 4.0.
|
||||
|
||||
:mod:`django.contrib.contenttypes`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user