Ticket #12797: 12797-1.diff

File 12797-1.diff, 701 bytes (added by Matt McClanahan, 14 years ago)
  • docs/topics/auth.txt

     
    352352~~~~~~~~~~~~~~~~~~
    353353
    354354.. versionadded:: 1.2
    355    The ``manage.py change_password`` command was added.
     355   The ``manage.py changepassword`` command was added.
    356356
    357 :djadmin:`manage.py change_password <username>` offers a method of
     357:djadmin:`manage.py changepassword <username>` offers a method of
    358358changing a User's password from the command line. It prompts you to
    359359change the password of a given user which you must enter twice. If
    360360they both match, the new password will be changed immediately. If you
Back to Top