everyvote / everyvote_mini

Election information app for university student governments and other organizations
www.everyvote.org
1 stars 0 forks source link

only allow a user to create 1 user account per email address; currently you can register multiple account with the same email address #52

Closed mitchdowney closed 11 years ago

mitchdowney commented 11 years ago

This was super easy. I was using django-registration's RegistrationForm class. I just needed to replace RegistrationForm with the RegistrationFormUniqueEmail class.