Changing password error "Email already exists"
I seem to be getting this "The email address has already been taken" when changing my passwords.
I have changed my user model to allow duplicate email addresses and use another uniques field 'name' for login. Not ideal but the way the client currently works we need to do it in the short term.
Everything works and I can create accounts with the same email address and users login with unique name fine.
The issue is that on the profile page the email field is checking for uniqueness, what os the best way to override that?
I have changed my user model to allow duplicate email addresses and use another uniques field 'name' for login. Not ideal but the way the client currently works we need to do it in the short term.
Everything works and I can create accounts with the same email address and users login with unique name fine.
The issue is that on the profile page the email field is checking for uniqueness, what os the best way to override that?
