Class of the password's reset form.
More...
Public Member Functions |
def | clean_email |
| Validates that a user exists with the given e-mail address.
|
Static Public Attributes |
tuple | email = forms.EmailField(label=_("E-mail"), max_length=255) |
Detailed Description
Class of the password's reset form.
Definition at line 109 of file user.py.
Member Function Documentation
def src.wi.forms.user.PasswordResetForm.clean_email |
( |
|
self | ) |
|
Validates that a user exists with the given e-mail address.
Definition at line 116 of file user.py.
Member Data Documentation
tuple src.wi.forms.user.PasswordResetForm.email = forms.EmailField(label=_("E-mail"), max_length=255) |
|
static |
The documentation for this class was generated from the following file: