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/
| commit 7857: | 210e90e2769d |
| parent 7856: | 0c023b10ac7c |
| branch: | default |
Fixed #12797: Corrected typo in the documentation for the changepassword management command.
6 weeks ago
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 |
|
355 |
The ``manage.py changepassword`` command was added. |
|
356 |
356 |
|
357 |
:djadmin:`manage.py change |
|
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 |
