Hi I have been using the registered user plugin. I have tried to make site live but it prompts users to login.
I have deleted plugin from wp console and have removed all active plugins via mysql:
SELECT * FROM wp_options WHERE option_name = 'active_plugins';
But when I try and get site live users a re still prompted to login :(
Here is a link to the issue:
http://www.benchmarque.net.au/
Should i be replacing core files? I have removed plugin as mentioned and the plugin isnt active according to mysql or wp?