All apparently works fine. But whether captcha enabled or not, the user cannot log in. I can't create conditions under which login is successful. Every user is blocked from logging in.
If you installed this plugin first time with lot more user previously registered you should make theme verified manually from the user list, please see the screenshot
https://imgur.com/Kb8V9F0
Otherwise, they will need to get verified before login, when an unverfied user try to login there will an error message showing to get verification mail,
https://imgur.com/NsQMAlM
These error message might not work in custom login form until it compatible our plugin,
we have support for WooCommerce, Ultimate Member and Paid membership Pro plugin.
Hope you understand the issue.
Regards
Welcome to our forum.
Can you please tell me whether you use default login for or custom?
I will check the plugin and try to fix the issue.
Regards
Hi, thanks for your files, unfortunately, these don't work for my need to make compatible, custom login form or register forms will automatically compatible if these made by WordPress standard way,
Please ask your theme author to make compatible register form with "registration_errors" hook
https://codex.wordpress.org/Plugin_API/Filter_Reference/registration_errors
And for login forms, please make compatible with "wp_authenticate_user" hook
https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_authenticate_user
after make those update it will automatically work with our plugin.
From our side, its not possible to make compatible for every custom login form build with custom code, if 3rd party plugin or theme authors follow these steps it will compatible with our plugin.
Hope you understand.
Regards