cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.forms.user.SetPasswordForm Class Reference

Class of the password edition (doesnt's require giving the previous one) form. More...

+ Inheritance diagram for src.wi.forms.user.SetPasswordForm:

Public Member Functions

def clean

Static Public Attributes

tuple new_password1
tuple new_password2

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)

Definition at line 146 of file user.py.

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: