Author: jacob Date: 2009-05-13 21:02:58 -0500 (Wed, 13 May 2009) New Revision: 10772
Modified: django/trunk/docs/topics/auth.txt Log: Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` to the docs. Thanks, Tarken. Modified: django/trunk/docs/topics/auth.txt =================================================================== --- django/trunk/docs/topics/auth.txt 2009-05-14 02:01:54 UTC (rev 10771) +++ django/trunk/docs/topics/auth.txt 2009-05-14 02:02:58 UTC (rev 10772) @@ -955,6 +955,16 @@ 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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---