Class for login to CM admin's panel form.
More...
Detailed Description
Class for login to CM admin's panel form.
Definition at line 342 of file user.py.
Constructor & Destructor Documentation
def src.wi.forms.user.CMAuthenticationForm.__init__ |
( |
|
self, |
|
|
|
request = None , |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Member Function Documentation
def src.wi.forms.user.CMAuthenticationForm.clean |
( |
|
self | ) |
|
Checks cm password.
Definition at line 371 of file user.py.
def src.wi.forms.user.CMAuthenticationForm.clean_cm |
( |
|
self | ) |
|
Cast 'cm' to int.
Definition at line 364 of file user.py.
Member Data Documentation
tuple src.wi.forms.user.CMAuthenticationForm.password |
|
static |
Initial value:forms.RegexField(regex=regexp['password'],
max_length=255,
label=_("Password"),
widget=forms.PasswordInput(attrs={'tabindex': '1', 'class': 'required'}),
error_messages={'invalid': regexp_text['password']})
Definition at line 343 of file user.py.
src.wi.forms.user.CMAuthenticationForm.request |
The documentation for this class was generated from the following file: