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

Class ChangePassword

source code


Instance Methods [hide private]
 
clean_confirmation(self) source code

Inherited from custom_forms.NonASCIIForm: __init__, full_clean

Class Variables [hide private]
  password = forms.CharField(max_length= 50, widget= forms.Passw...
  confirmation = forms.CharField(max_length= 50, widget= forms.P...
  old_password = forms.CharField(max_length= 50, widget= forms.P...
Class Variable Details [hide private]

password

Value:
forms.CharField(max_length= 50, widget= forms.PasswordInput(attrs= {'s\
ize': 30, 'autocomplete': 'off'}), label= "New password")

confirmation

Value:
forms.CharField(max_length= 50, widget= forms.PasswordInput(attrs= {'s\
ize': 30, 'autocomplete': 'off'}), label= "Confirm new password")

old_password

Value:
forms.CharField(max_length= 50, widget= forms.PasswordInput(attrs= {'s\
ize': 30, 'autocomplete': 'off'}), label= "Your current password")