povesteata Posted March 9, 2020 Share Posted March 9, 2020 Hy, I have a big problem! Yestarday i have enable the CAPTCHA option for login on the web site, aslso for the admin. But the CAPTCHA is not corect set up, so, i can't go in the admin panel ! Any ideea how i can disable the option if i can't acces the admin areea? Many regads..! 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 10, 2020 Share Posted March 10, 2020 14 hours ago, povesteata said: Any idea how i can disable the option if i can't access the admin area? you'd likely have to directly edit the database - though make a backup before running any update queries. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted March 10, 2020 Share Posted March 10, 2020 @povesteata running the following command on your database will disable captcha globally, please remember to backup first UPDATE tblconfiguration SET value = '' where setting = 'CaptchaSetting'; 0 Quote Link to comment Share on other sites More sharing options...
povesteata Posted March 10, 2020 Author Share Posted March 10, 2020 Hello and thank' you very much for your help! I have sold the problem with the update line on data base! Many regards and thank's for all again! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.