Fixed #12797: Corrected typo in the documentation for the changepassword management command.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1743529912
commit
091a631601
|
@ -352,9 +352,9 @@ Changing passwords
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. versionadded:: 1.2
|
||||||
The ``manage.py change_password`` command was added.
|
The ``manage.py changepassword`` command was added.
|
||||||
|
|
||||||
:djadmin:`manage.py change_password <username>` offers a method of
|
:djadmin:`manage.py changepassword <username>` offers a method of
|
||||||
changing a User's password from the command line. It prompts you to
|
changing a User's password from the command line. It prompts you to
|
||||||
change the password of a given user which you must enter twice. If
|
change the password of a given user which you must enter twice. If
|
||||||
they both match, the new password will be changed immediately. If you
|
they both match, the new password will be changed immediately. If you
|
||||||
|
|
Loading…
Reference in New Issue