Hi there!
First of all - thanks for your job - this plugin is very useful and easy to use!
Now problem. I want to allow only users with correct e-mail detected register on my site.
I have chosen the "Yes, require the user to enter his email address manually and display this message"
option, but account is created even if e-mail was not specified. Records like this are created:
user_login = '-';
user_email = '104d63cd6b91ad58a7bafb0fa98ec3a4@example.com'
How can I avoid this?
Is there any function that allows me to stop such account to be created?
Thanks in advance.
Answers