Skip to content

Commit

Permalink
[docs] Updated links to Django docs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nemesifier committed Aug 31, 2024
1 parent 3240639 commit 2275f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/importing_users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docs.djangoproject.com/en/2.0/topics/auth/passwords/>`_.
<https://docs.djangoproject.com/en/4.2/topics/auth/passwords/>`_.

For example, a password ``myPassword123``, hashed using salted SHA1
algorithm, will look like:
Expand Down

0 comments on commit 2275f10

Please sign in to comment.