madrona :: common :: registration_backend :: forms :: MadronaRegistrationForm :: Class MadronaRegistrationForm
[hide private]

Class MadronaRegistrationForm

source code

              django.forms.Form --+    
                                  |    
registration.forms.RegistrationForm --+
                                      |
                                     MadronaRegistrationForm

Instance Methods [hide private]

Inherited from registration.forms.RegistrationForm: clean, clean_username

Class Variables [hide private]
  username = forms.RegexField(regex= r'^\w+$', max_length= 30, w...

Inherited from registration.forms.RegistrationForm: email, password1, password2

Class Variable Details [hide private]

username

Value:
forms.RegexField(regex= r'^\w+$', max_length= 30, widget= forms.TextIn\
put(attrs= attrs_dict), label= "Username", error_messages= {'invalid':\
 "Username can contain only letters, numbers or underscores (spaces ar\
e not permitted)."})