mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed typos in docs and comments
This commit is contained in:
parent
b99a4e1073
commit
ee26797cff
15 changed files with 20 additions and 17 deletions
|
|
@ -82,7 +82,7 @@ Changing passwords
|
|||
Django does not store raw (clear text) passwords on the user model, but only
|
||||
a hash (see :doc:`documentation of how passwords are managed
|
||||
</topics/auth/passwords>` for full details). Because of this, do not attempt to
|
||||
manipulate the password attribute of the user directly. This is why a a helper
|
||||
manipulate the password attribute of the user directly. This is why a helper
|
||||
function is used when creating a user.
|
||||
|
||||
To change a user's password, you have several options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue