Hi – we would like to be able to register delegates who have already attended our Event and have their own login. The “Always sync contact information with WP user profile” has always been disabled and I have added the following code to our child theme function php (which I found on the following support ticket https://eventespresso.com/topic/urgent-additional-attendee-already-exists/)
//* Disable email match check for all users
add_filter( ‘EED_WP_Users_SPCO__verify_user_access__perform_email_user_match_check’, ‘__return_false’ );
However I still get the following error message: An error has occurred:
You have entered an email address that matches an existing user account in our system. If this is your email address, please log in before continuing your registration. Otherwise, register with a different email address.
A child theme’s functions.php file is probably too late for that hook. Can you add the code to a site specific functions plugin instead?
Viewing 1 reply thread
The support post ‘Register users who already have a login’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.