~pidgeon690/pidge-groups/trunk

« back to all changes in this revision

Viewing changes to Apps/Users/forms.py

  • Committer: Fergus Ross Ferrier
  • Date: 2009-03-22 11:39:41 UTC
  • mfrom: (272.1.1 project)
  • Revision ID: hello@fergusrossferrier.co.uk-20090322113941-8qikh06m0dzmeae9
Removed RavenAuth coupling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    ''' Form for User registration '''
84
84
    # Update label
85
85
    start_showflagstatus = forms.BooleanField(label="Are You A Boatie?", help_text="Tick the box and you'll see rowing events and the Cam river flag status on your home page.", required=False)
86
 
    password_one = forms.CharField(max_length=32, widget=forms.PasswordInput, help_text="(required) Choose a password for %s. You can use this if you cannot get in using Raven. Recommended that you don't use the same password as for Raven." % settings.PIDGE_FRIENDLY_NAME)
 
86
    password_one = forms.CharField(max_length=32, widget=forms.PasswordInput, help_text="(required) Choose a password for %s. " % settings.PIDGE_FRIENDLY_NAME)
87
87
    password_again = forms.CharField(max_length=32, widget=forms.PasswordInput, label='Password Again', help_text="(required) The same password again")
88
88
 
89
89
    class Meta:
136
136
        
137
137
        user.save()
138
138
        
139
 
        return user, activate
 
 
b'\\ No newline at end of file'
 
139
        return user, activate