diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-02-06 03:14:47 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-02-06 03:14:47 +0000 |
| commit | 091a631601e5fb509e732f6a4308439d42dc0d03 (patch) | |
| tree | 3ad90682e16d95c84985b44ed6d415fec2292419 /docs/topics/auth.txt | |
| parent | 174352991231bedc9a7e68440509f40a14292e78 (diff) | |
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
Diffstat (limited to 'docs/topics/auth.txt')
| -rw-r--r-- | docs/topics/auth.txt | 4 |
1 files 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 <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 |
