Commit 091a6316 authored by James Bennett's avatar James Bennett
Browse files

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
parent 17435299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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