From 091a631601e5fb509e732f6a4308439d42dc0d03 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 6 Feb 2010 03:14:47 +0000 Subject: [PATCH] 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 --- docs/topics/auth.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 0e7e264dc0..f340e894f1 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -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 ` offers a method of +:djadmin:`manage.py changepassword ` 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