More than one user has specified e-mail address

This error comes from the Password Request webpart. All tests were going well and suddenly this error appeared. Does the module not handle multiple users with the same email? Any feedback is appreciated.

The error is actually coming back from the membership provider. There’s a setting in the web.config for the membership provider that specifies if unique emails are required or not.
requiresUniqueEmail=“true”
I’m guessing the database has duplicates in it because a membership provider was set to false at one point and is now set to true. I think if you change the setting to false, the error should go away.

1 Like

That’s correct, it’s already fixed. Thank you very much.