MyBB Community Forums

Full Version: Email AJAX validation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm not sure if this has been mentioned before, I couldn't find anything so here we go.

Basically, the validation will say an email address is valid even if it is already in use. The text box goes green as usual, but upon submission, it says it's already in use.

User 1 - [email protected] - works ok.

[attachment=12370]

User 2 - also [email protected] - validation says it's ok.

[attachment=12371]

Error:

[attachment=12372]

Latest SVN.
The AJAX on the registration form only checks the validity of the the email. This is done on purpose so we don't have to query the users database for a match every time a user tries to register with an email on the AJAX side.

I'm moving this to suggestions.