Class of the password edition (doesnt's require giving the previous one) form.
More...
Public Member Functions |
def | clean |
Detailed Description
Class of the password edition (doesnt's require giving the previous one) form.
Definition at line 130 of file user.py.
Member Function Documentation
def src.wi.forms.user.SetPasswordForm.clean |
( |
|
self | ) |
|
Member Data Documentation
tuple src.wi.forms.user.SetPasswordForm.new_password1 |
|
static |
Initial value:forms.RegexField(regex=regexp['password'],
max_length=255,
widget=forms.PasswordInput(attrs=dict(attrs_dict)),
label=_("New password"),
error_messages={'invalid': regexp_text['password']})
Definition at line 131 of file user.py.
tuple src.wi.forms.user.SetPasswordForm.new_password2 |
|
static |
Initial value:forms.RegexField(regex=regexp['password'],
max_length=255,
widget=forms.PasswordInput(attrs=dict(attrs_dict)),
label=_("New password confirmation"),
error_messages={'invalid': regexp_text['password']})
Definition at line 137 of file user.py.
The documentation for this class was generated from the following file: