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

Class LoginForm

source code


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

Inherited from custom_forms.NonASCIIForm: full_clean

Class Variables [hide private]
  username = forms.CharField(max_length= 50, widget= forms.TextI...
  password = forms.CharField(max_length= 50, widget= forms.Passw...
  ssl = forms.BooleanField(required= False, help_text= '<img src...
Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: custom_forms.NonASCIIForm.__init__

Class Variable Details [hide private]

username

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

password

Value:
forms.CharField(max_length= 50, widget= forms.PasswordInput(attrs= {'s\
ize': 22, 'autocomplete': 'off'}))

ssl

Value:
forms.BooleanField(required= False, help_text= '<img src="%swebgateway\
/img/nuvola_encrypted_grey16.png" title="Real-time encrypted data tran\
sfer can be turned on by checking the box, but it will slow down the d\
ata access. Turning it off does not affect the connection to the serve\
r which is always secure." alt="SSL"' % settings.STATIC_URL)