Additional Inherited Members |
| state |
Detailed Description
Definition at line 58 of file user.py.
Member Function Documentation
def wowf.forms.user.RegistrationForm.register_user |
( |
|
self | ) |
|
- Returns
- Login response headers
Definition at line 68 of file user.py.
Member Data Documentation
tuple wowf.forms.user.RegistrationForm.password |
|
static |
Initial value:PasswordField('Password', [
validators.Required('Password cannot be blank'),
validators.Length(min=6, max=15, message='Password must be between %(min)d and %(max)d characters')])
Definition at line 60 of file user.py.
The documentation for this class was generated from the following file: