mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[1.5.x] Fixed typos in docs and comments
Backport of ee26797cff
from master
This commit is contained in:
parent
f6075b0596
commit
5da6ce11ed
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