Prevent Core Login not woking
-
Hello, since the last update, the option “Enable Prevent Core Login” not work for me.
Is there anything I can do to make it work again?
Thanks!
-
Hi @wpdesignuser,
Thank you for writing in,
We have checked the prevent core login feature on our testing environment but we did not find any issues. It seems that there is a conflict between the plugins. Please deactivate all other plugins except User Registration and see if it works or not. If everything works fine then you can activate other plugins one after another and do test prevent core login feature at the same time. This will let you know the cause of the error.
Let me know if it helps or not and I will get back to you.
Regards!Hi Amrit, thank you for your answer.
I deactivate all plugins (except User Registration), but anyway it shows me the wp-login.php screen.
Any other suggestions? It happens to me in different places, with different plugins and themes.
Thank you!
Hi @wpdesignuser,
Thank you for writing in,
Could you please provide us a screenshot of your prevent core login configuration and core login page as a user?
Regards!
Hi @shresthauzwal, thank you for your answer.
Do you have an email address where can i send the screenshot? Over here it does not allow me to attach.
Anyway it would not seem to be a configuration issue, if I rollback from version 2.0.2 to 2.0.1 it works correctly, without touching any of the configuration.
Regards!
Hi @wpdesignuser,
Thank you for writing back,
We have tested the latest version plugin but we are unable to replicate the issue in our testing environment. Could you please update the plugin and deactivate all the plugins once, if it works or not. If everything works fine then you can activate other plugins one after another and do test registrations at the same time. This will let you know the cause of the error.
Let me know if it helps or not and I will get back to you.
Regards!Hi Amrit, no changes deactivating all plugins.
Thank you!Hi @shresthauzwal,
I found this code on google and it seems to fix it, do you think it’s ok to use it?
add_action('init','custom_login'); function custom_login(){ global $pagenow; if( 'wp-login.php' == $pagenow && !is_user_logged_in()) { wp_redirect('http://yoursite.com/'); exit(); } }Thank you!
I am seeing the same behavior with this plugin running v.2.0.2 on WordPress 5.8.1 I have tried to disable other plugins and the issue continues.
Will there be an update to address this or do I need to search for another plugin?
Hi @jeffstory and @wpdesignuser,
Thanks for writing in. Since there is no such issue on our environment. So could you please contact our developer team via this link: https://wpeverest.com/contact/ and they will get back to you soon.
Regards!
The topic ‘Prevent Core Login not woking’ is closed to new replies.