Skip to content

Commit

Permalink
[1.0.X] Fixed #10273: added an explanation of SetPasswordForm and `…
Browse files Browse the repository at this point in the history
…UserChangeForm` to the docs. Thanks, Tarken. Backport of [10772] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed May 14, 2009
1 parent cefeb13 commit ce369dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/topics/auth.txt
Expand Up @@ -951,6 +951,16 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
A form for resetting a user's password and e-mailing the new password to
them.

.. class:: SetPasswordForm

A form that lets a user change his/her password without entering the old
password.

.. class:: UserChangeForm

A form used in the admin interface to change a user's information and
permissions.

.. class:: UserCreationForm

A form for creating a new user.
Expand Down

0 comments on commit ce369dc

Please sign in to comment.