Reputation: 2755
I am new to Django and use Django-Registration module. It forbids username ducplicates but how to make it to forbid email duplication too?
Upvotes: 1
Views: 1735
Reputation: 386
Django-Registration provides many different registration forms.
And specially a RegistrationFormUniqueEmail that will fit your need.
Upvotes: 1