Ticket #10273: 10273.diff

File 10273.diff, 612 bytes (added by Joey Wilhelm, 15 years ago)

A quick description of the two forms not yet in the documentation

  • docs/topics/auth.txt

     
    932932    A form for resetting a user's password and e-mailing the new password to
    933933    them.
    934934
     935.. class:: SetPasswordForm
     936
     937    A form that lets a user change his/her password without entering the old
     938    password.
     939
     940.. class:: UserChangeForm
     941
     942    A form used in the admin interface to change a user's information and
     943    permissions.
     944
    935945.. class:: UserCreationForm
    936946
    937947    A form for creating a new user.
Back to Top