Ticket #12797: 12797-1.diff
File 12797-1.diff, 701 bytes (added by , 15 years ago) |
---|
-
docs/topics/auth.txt
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 of357 :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