Package omeroweb :: Package webadmin :: Module forms :: Class MyAccountForm
[hide private]
[frames] | no frames]

Class MyAccountForm

source code


Instance Methods [hide private]
 
__init__(self, email_check=False, *args, **kwargs) source code
 
clean_email(self) source code

Inherited from custom_forms.NonASCIIForm: full_clean

Class Variables [hide private]
  omename = forms.CharField(max_length= 50, widget= forms.TextIn...
  first_name = forms.CharField(max_length= 250, widget= forms.Te...
  middle_name = forms.CharField(max_length= 250, widget= forms.T...
  last_name = forms.CharField(max_length= 250, widget= forms.Tex...
  email = forms.EmailField(widget= forms.TextInput(attrs= {'size...
  institution = forms.CharField(max_length= 250, widget= forms.T...
Method Details [hide private]

__init__(self, email_check=False, *args, **kwargs)
(Constructor)

source code 
Overrides: custom_forms.NonASCIIForm.__init__

Class Variable Details [hide private]

omename

Value:
forms.CharField(max_length= 50, widget= forms.TextInput(attrs= {'onfoc\
us': 'this.blur()', 'size': 30, 'autocomplete': 'off'}), label= "Usern\
ame")

first_name

Value:
forms.CharField(max_length= 250, widget= forms.TextInput(attrs= {'size\
': 30, 'autocomplete': 'off'}))

middle_name

Value:
forms.CharField(max_length= 250, widget= forms.TextInput(attrs= {'size\
': 30, 'autocomplete': 'off'}), required= False)

last_name

Value:
forms.CharField(max_length= 250, widget= forms.TextInput(attrs= {'size\
': 30, 'autocomplete': 'off'}))

email

Value:
forms.EmailField(widget= forms.TextInput(attrs= {'size': 30, 'autocomp\
lete': 'off'}), required= False)

institution

Value:
forms.CharField(max_length= 250, widget= forms.TextInput(attrs= {'size\
': 30, 'autocomplete': 'off'}), required= False)