Ticket #10273: 10273.diff
File 10273.diff, 612 bytes (added by , 16 years ago) |
---|
-
docs/topics/auth.txt
932 932 A form for resetting a user's password and e-mailing the new password to 933 933 them. 934 934 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 935 945 .. class:: UserCreationForm 936 946 937 947 A form for creating a new user.