Thread Starter
rf0854
(@rf0854)
Discovered that there is a conflict with the following plug-in “WP Login Timeout Settings”
Thread Starter
rf0854
(@rf0854)
Correction on my response… I deleted the “wp-force-login” plugin folder.
Thread Starter
rf0854
(@rf0854)
Thanks for the quick reply. I was able to login directly to my database and run the following query to disable all plugins.
UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
Not sure but this seemed to fix the issue. For the record, I deleted the plugin folder thinking that it would disable the plugin. This did not work. I went into my database and could not find the plugin active under wp_options. So then I read your email and just disabled all the plugins.