From 54646a423b4501aeb80bbdd9238f20500c84cd5f Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 29 Apr 2020 16:45:00 +0200 Subject: Refs #27468 -- Made user sessions use SHA-256 algorithm. --- docs/topics/auth/customizing.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/topics') diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index c8a9a39158..6b816c42fd 100644 --- a/docs/topics/auth/customizing.txt +++ b/docs/topics/auth/customizing.txt @@ -713,6 +713,10 @@ The following attributes and methods are available on any subclass of Returns an HMAC of the password field. Used for :ref:`session-invalidation-on-password-change`. + .. versionchanged:: 3.1 + + The hashing algorithm was changed to the SHA-256. + :class:`~models.AbstractUser` subclasses :class:`~models.AbstractBaseUser`: .. class:: models.AbstractUser -- cgit v1.3