Class of the password edition (requires giving the previous one) form.
More...
Detailed Description
Class of the password edition (requires giving the previous one) form.
Definition at line 262 of file user.py.
Constructor & Destructor Documentation
def src.wi.forms.user.PasswordChangeForm.__init__ |
( |
|
self, |
|
|
|
user, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Member Function Documentation
def src.wi.forms.user.PasswordChangeForm.clean_old_password |
( |
|
self | ) |
|
Validates that the old_password field is correct.
Definition at line 279 of file user.py.
Member Data Documentation
tuple src.wi.forms.user.PasswordChangeForm.old_password |
|
static |
Initial value:forms.RegexField(regex=regexp['password'],
max_length=255,
widget=forms.PasswordInput,
label=_("Old password"),
error_messages={'invalid': regexp_text['password']})
Definition at line 263 of file user.py.
src.wi.forms.user.PasswordChangeForm.user |
The documentation for this class was generated from the following file: