Hello everyone!
I have issue at registering new user via AJAX requests, so other things are ok except this one:
For example, a visitor tries register with an email that its not owned by: example @ example.com, so the visitor could not active the registration.
But if another visitor tries register with that email address (so example @ example.com), what happens? I tell you, it says the email address already used.
How can i solve this issue?
Best.