mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #10273: added an explanation of SetPasswordForm
and UserChangeForm
to the docs. Thanks, Tarken.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
de642e4d3d
commit
bc514fe87e
1 changed files with 10 additions and 0 deletions
|
@ -955,6 +955,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue