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

Class ForgottonPasswordForm

source code


Instance Methods [hide private]

Inherited from custom_forms.NonASCIIForm: __init__, full_clean

Class Variables [hide private]
  server = ServerModelChoiceField(settings.SERVER_LIST.all(), em...
  username = forms.CharField(max_length= 50, widget= forms.TextI...
  email = forms.EmailField(widget= forms.TextInput(attrs= {'size...
Class Variable Details [hide private]

server

Value:
ServerModelChoiceField(settings.SERVER_LIST.all(), empty_label= u"----\
-----")

username

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

email

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