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:
James Bennett 2010-02-06 03:14:47 +00:00
parent 1743529912
commit 091a631601
1 changed files with 2 additions and 2 deletions

View File

@ -352,9 +352,9 @@ Changing passwords
~~~~~~~~~~~~~~~~~~
.. 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
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