I am using "Allow Duplicate Emails" on a site so that users using the same email addresses can register as separate users. With Easy Profile enabled, this works when adding a user on the back end, but not when a user registers on the front-end. I did note the error thrown uses Joomla's error language.
When Easy Profile is disabled, and I am only using com_users, I can register users on the back end and front end with duplicate emails. This tells me that Easy Profile does not use the same check as com_users on the front end. Can you please tell me where Easy Profile does this check for registration on the front end? I would like to be able to extend "Allow Duplicate Emails" to include Easy Profile, but for the life of me, I cannot find the code Easy Profile uses when I do a search for it.
Thanks.