Skip to content

Commit

Permalink
Merge branch 'master' of github.com:comoga/django-enroll
Browse files Browse the repository at this point in the history
Conflicts:
	enroll/forms.py
  • Loading branch information
farin committed Jun 2, 2011
2 parents 0ad3928 + d749267 commit a4b0e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enroll/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def clean(self):
self.validate_password_couple()
return super(PasswordResetStepTwoForm, self).clean()


def save(self):
self.user.set_password(self.cleaned_data['password1'])
self.user.is_active = True
Expand Down

0 comments on commit a4b0e5e

Please sign in to comment.