module documentation

Undocumented

Class ​Admin​Password​Change​Form A form used to change the password of a user in the admin interface.
Class ​Authentication​Form Base class for authenticating users. Extend this to get a form that accepts username/password logins.
Class ​Password​Change​Form A form that lets a user change their password by entering their old password.
Class ​Password​Reset​Form No class docstring; 0/1 class variable, 3/3 methods documented
Class ​Set​Password​Form A form that lets a user change set their password without entering the old password
Class ​User​Change​Form Undocumented
Class ​User​Creation​Form A form that creates a user, with no privileges, from the given username and password.
Variable ​User​Model Undocumented
Class ​Read​Only​Password​Hash​Field Undocumented
Class ​Read​Only​Password​Hash​Widget Undocumented
Class ​Username​Field 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).
UserModel =

Undocumented

def _unicode_ci_compare(s1, s2):
Perform case-insensitive comparison of two identifiers, using the recommended algorithm from Unicode Technical Report 36, section 2.11.2(B)(2).