Support

Home Forums Event Espresso Premium You've entered an email address that matches an existing account in our system .

You've entered an email address that matches an existing account in our system .

Posted: August 10, 2017 at 2:57 pm

Viewing 8 reply threads


president-il-iaai

August 10, 2017 at 2:57 pm

We have “Force Logins for registrations” set to “no”. We had a phone call from a member, who says their secretary is attempting to sign up 4 guys. That’s awesome! However, as the secretary inputs each guy, our system is recognizing each guys’ email address and is requiring that member to login, thus rendering the secretary helpless. We checked the settings for the event and we are not supposed to be forcing login to register…

Can you please look into this? We somehow need to tell Event Espresso to not recognize email addresses.

http://www.il-iaai.com/annual-training-conference
EE version: 4.9.45.p (Current)
WP version: WordPress 4.8.1 (Current)


Josh

  • Support Staff

August 10, 2017 at 3:04 pm

Hi Craig,

That’s actually a feature of the Event Espresso WP user integration. If someone already has a user account, then it asks them to log in first so that their registration will get connected to their account. If they don’t have an account, then it will not ask them to log in.

You can remove the feature by either:
a) Deactivate the WP User integration add-on
or
b) add some code to your site that switches off the email check. There are two different snippets you could add and the one you choose will depend on which conditions you want the email check to be switched off:

https://gist.github.com/joshfeck/1131145859a3fab58f4d

You can add the above to a functions plugin.


president-il-iaai

August 10, 2017 at 3:28 pm

Hi Josh, thanks for the speedy reply. This is actually Dave, Craig’s webmaster.

If we deactivate the WP User integration add-on will we be losing any other features besides requiring the user to login?


president-il-iaai

August 10, 2017 at 3:30 pm

Also Josh, will deactivating this would some of these people actually create multiple accounts, thus creating issues for them in the future?


Josh

  • Support Staff

August 10, 2017 at 6:42 pm

Hi Dave,

You’ll lose all of the features of the WP User Integration add-on if you deactivate the plugin. Its features are listed on its product page:

https://eventespresso.com/product/eea-wp-user-integration/

would some of these people actually create multiple accounts

It depends on how you’ve set up your website to allow people to create accounts. Generally speaking though, WordPress does not allow creating more than one account attached to the same email address. So in order to create multiple accounts they’d have to use a different email address for each account.


president-il-iaai

August 14, 2017 at 12:12 pm

Hey Josh,

I just have to share my client’s comments . . . I hope you can help me best deal with his complaint, even possibly using the existing plugin as is . . . Was there the change he is addressing?

when we discovered the toggle switch for turning off “Login Required”. It seems that worked until now. What has changed? Did one of the updates change something? Requiring a member to login confirms that they are entitled to “member” rates, however, sometimes there’s a lag in getting updated member status from the International and that could cause a glitch at time of registration. I just don’t understand why we can’t offer a simple unencumbered registration experience. This is really blowing my mind! Ultimately, I will not approve throwing any more money at it, nor wasting any more of your time. To me, this seems so simple…a toggle switch to turn the function on…or…off. The switch is broken!

Therefore, we need to post explicit instructions at the beginning of the registration page that everyone must register themselves. Oh wait a minute…that renders the multiple registration purchase option useless. Requiring registrants to give their password to a third party, so that third party can register them is preposterous! The way I see it, we may have to disconnect Event Espresso from Member Press. Event Espresso would be used solely for event registration and management. Member Press would be used for just membership related issues. It’s a shame there’s no easy way to have them work together to do what WE want them to do, without creating a huge programming issue. IMO, the system we have is flawed.

What is our nuclear option? Disconnect the two plugins?
Craig


Josh

  • Support Staff

August 14, 2017 at 12:38 pm

Hi Dave,

Nothing has changed, but it seems you and your client do not understand the WP User Integration’s feature that requires the member to log in if they already have an account. This feature has nothing to do with the “require log in” setting. It’s important to know that if someone has a user account, and they do not log in, then they may not get the member only pricing.

If your client is OK with the members not getting member only pricing or any of the other features that come with logging into the site when they make a registration, you can deactivate the email match check by adding some code to your site that switches off the email check. Here’s a link to that gist again:

https://gist.github.com/joshfeck/1131145859a3fab58f4d


president-il-iaai

August 15, 2017 at 11:12 am

Josh, I am siting with the client Craig right now. He is OK with pricing available to the public and members . . . they are using an “honor” system.

Do I add the code to functions.php? Or do you recommend making a clean php file and uploading it by ftp? Is there supposed to be a php closing tag on the code you sent me?

Thanks again for your help. You’re right, we don’t know this very well, only setting up events once every few months and we didn’t see to run into this issue when trying to sign up 3 people at a time. So there is still the question, if we wanted to do multiple sign ups and all the attendees are already in the database, it sends an error message requesting us to login, then the other two members can’t be processed. So we are kind of forced to forgo the login whenever we want to do multiple attendees. Or am i still missing something?


Josh

  • Support Staff

August 15, 2017 at 11:24 am

Hi Dave,

Option 1 is you deactivate the WP User integration add-on. It doesn’t sound like you’re using its features. If I’m mistaken about that, then:

Option 2 is you add some code to a functions plugin. We recommend adding the code to a plugin instead of a theme’s functions.php file because many times the theme loads code too late. Here’s a link to the documentation that shows how to put together a custom functions plugin:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Is there supposed to be a php closing tag on the code you sent me?

No. If you’re curious about why, here’s more information about why you shouldn’t add a closing PHP tag at the end of a plugin file:

https://stackoverflow.com/a/4499749

Viewing 8 reply threads

The support post ‘You've entered an email address that matches an existing account in our system .’ 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.

Event Espresso