Undocumented
Class | AdminPasswordChangeForm |
A form used to change the password of a user in the admin interface. |
Class | AuthenticationForm |
Base class for authenticating users. Extend this to get a form that accepts username/password logins. |
Class | PasswordChangeForm |
A form that lets a user change their password by entering their old password. |
Class | PasswordResetForm |
No class docstring; 0/1 class variable, 3/3 methods documented |
Class | SetPasswordForm |
A form that lets a user change set their password without entering the old password |
Class | UserChangeForm |
Undocumented |
Class | UserCreationForm |
A form that creates a user, with no privileges, from the given username and password. |
Variable | UserModel |
Undocumented |
Class | ReadOnlyPasswordHashField |
Undocumented |
Class | ReadOnlyPasswordHashWidget |
Undocumented |
Class | UsernameField |
Undocumented |
Function | _unicode_ci_compare |
Perform case-insensitive comparison of two identifiers, using the recommended algorithm from Unicode Technical Report 36, section 2.11.2(B)(2). |