mirror / django-trunk (http://djangoproject.com/)

Mirror of the Django trunk.

Clone this repository (size: 29.1 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/mirror/django-trunk/

Changed (Δ2 bytes):

raw changeset »

docs/topics/auth.txt (2 lines added, 2 lines removed)

Up to file-list docs/topics/auth.txt:

@@ -352,9 +352,9 @@ Changing passwords
352
352
~~~~~~~~~~~~~~~~~~
353
353
354
354
.. versionadded:: 1.2
355
   The ``manage.py change_password`` command was added.
355
   The ``manage.py changepassword`` command was added.
356
356
357
:djadmin:`manage.py change_password <username>` offers a method of
357
:djadmin:`manage.py changepassword <username>` offers a method of
358
358
changing a User's password from the command line. It prompts you to
359
359
change the password of a given user which you must enter twice. If
360
360
they both match, the new password will be changed immediately. If you