Skip to Content Skip to Menu

Only check if email is registered

  • csstudios
  • csstudios
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
12 years 4 months ago #202382 by csstudios
Only check if email is registered was created by csstudios
Is there a way to just turn on "check if email is registered" and not including the "email server accepting email" check? I just want to check if the new registering user is using an email that is already in the system via Ajax.
1. "Checking email server accepting emails" will not allow emails like Gmail.
2. if a user registers with an email that is already in the system, the form will still allow submission (instead of presenting an Ajax validation error).
3. After the form submits, it will throw a new JS alert box error. That JS alert box error is also ignoring. The only way I can get rid of it is to use
Code:
window.alert = function() {};
to kill all js alert boxes on the site.

I have tried looking for a solution for this with no luck. Not even an extension built for CB's registration. This was my best bet but they don't support CB.
Attachments:

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum