Skip to content

Commit 091a631

Browse files
committed
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
1 parent 1743529 commit 091a631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/auth.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ Changing passwords
352352
~~~~~~~~~~~~~~~~~~
353353

354354
.. versionadded:: 1.2
355-
The ``manage.py change_password`` command was added.
355+
The ``manage.py changepassword`` command was added.
356356

357-
:djadmin:`manage.py change_password <username>` offers a method of
357+
:djadmin:`manage.py changepassword <username>` offers a method of
358358
changing a User's password from the command line. It prompts you to
359359
change the password of a given user which you must enter twice. If
360360
they both match, the new password will be changed immediately. If you

0 commit comments

Comments
 (0)