From 2275f105626294f47af26f0f677d8a4104f94c0f Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sat, 31 Aug 2024 15:05:03 -0400 Subject: [PATCH] [docs] Updated links to Django docs [skip ci] --- docs/user/importing_users.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/importing_users.rst b/docs/user/importing_users.rst index 52df55ad..d8252337 100644 --- a/docs/user/importing_users.rst +++ b/docs/user/importing_users.rst @@ -35,7 +35,7 @@ Imported users with hashed passwords The hashes are directly stored in the database if they are of the `django hash format -`_. +`_. For example, a password ``myPassword123``, hashed using salted SHA1 algorithm, will look like: