phoenix007 Posted October 20, 2024 Share Posted October 20, 2024 I just updated our website WHMCS and for some reason after this was done. The google recaptcha no longer shows visibly on the backend login section. So I'm unable to login and do any work. How can I disable the recaptcha from the cpanel or file manager to be able to login again? 0 Quote Link to comment Share on other sites More sharing options...
edvancombr Posted October 21, 2024 Share Posted October 21, 2024 On 10/20/2024 at 10:57 AM, phoenix007 said: I just updated our website WHMCS and for some reason after this was done. The google recaptcha no longer shows visibly on the backend login section. So I'm unable to login and do any work. How can I disable the recaptcha from the cpanel or file manager to be able to login again? Run this query via phpmyadmin: UPDATE tblconfiguration SET value = '' where setting = 'CaptchaSetting'; After that reconfigure the captcha. 1 Quote Link to comment Share on other sites More sharing options...
phoenix007 Posted October 21, 2024 Author Share Posted October 21, 2024 4 hours ago, edvancombr said: Run this query via phpmyadmin: UPDATE tblconfiguration SET value = '' where setting = 'CaptchaSetting'; After that reconfigure the captcha. I found a way around it. Thank for the help. 0 Quote Link to comment Share on other sites More sharing options...
symbionetwork Posted October 23, 2024 Share Posted October 23, 2024 On 10/21/2024 at 1:15 PM, phoenix007 said: I found a way around it. Thank for the help. Mind sharing with the rest of the class? We have been unable to log in to our panel even after reconfiguration several times and are getting the same error. 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted November 1, 2024 Share Posted November 1, 2024 On 10/23/2024 at 3:38 AM, symbionetwork said: Mind sharing with the rest of the class? We have been unable to log in to our panel even after reconfiguration several times and are getting the same error. Do this SQL query: On 10/21/2024 at 9:09 AM, edvancombr said: Run this query via phpmyadmin: UPDATE tblconfiguration SET value = '' where setting = 'CaptchaSetting'; After that reconfigure the captcha. Then you will be able to login without captcha. You'll want to reconfigure the captcha as soon as you are logged in. 0 Quote Link to comment Share on other sites More sharing options...
symbionetwork Posted November 1, 2024 Share Posted November 1, 2024 6 minutes ago, RadWebHosting said: Do this SQL query: Then you will be able to login without captcha. You'll want to reconfigure the captcha as soon as you are logged in. Yeah, we know how to turn captcha off...but turning it off just to turn it on again when it clearly doesn't work is not a great fix. The issue was a Cloudflare caching issue. 0 Quote Link to comment Share on other sites More sharing options...
edvancombr Posted November 4, 2024 Share Posted November 4, 2024 On 11/1/2024 at 12:06 PM, symbionetwork said: Yeah, we know how to turn captcha off...but turning it off just to turn it on again when it clearly doesn't work is not a great fix. The issue was a Cloudflare caching issue. The purpose of the SQL request is to disable the captcha so you can log in to the WHMCS admin and make the necessary adjustments. 0 Quote Link to comment Share on other sites More sharing options...
symbionetwork Posted November 4, 2024 Share Posted November 4, 2024 17 minutes ago, edvancombr said: The purpose of the SQL request is to disable the captcha so you can log in to the WHMCS admin and make the necessary adjustments. I understand what the SQL statement does. The point you’re missing is that temporarily disabling the captcha to log in and make "adjustments" or "reconfigure the captcha" without knowing the root cause isn’t a real solution. This doesn’t help if the captcha itself isn’t functioning properly, which is the issue we were experiencing. In this case, the problem was due to Cloudflare's caching somehow interfering with the ReCAPTCHA API key being passed to Google, which means nothing done within the WHMCS admin panel could resolve it. So, disabling the captcha just to re-enable it when it’s clearly malfunctioning is not a viable fix. 0 Quote Link to comment Share on other sites More sharing options...
Damo Posted November 8, 2024 Share Posted November 8, 2024 Have you run the SQL and reconfigured recaptcha? 0 Quote Link to comment Share on other sites More sharing options...
Felix-dev Posted November 14, 2024 Share Posted November 14, 2024 Ok .. I just had the same issue, and in case you are using a custom (or non system) theme, like me, then it could be related to the theme you are using. To validate this, switch to 'Six' theme and test your captcha enabled forms. First, empty the theme template cache and try. If it doesn't work, check that your theme implements the changes as in here. 0 Quote Link to comment Share on other sites More sharing options...
Themales One Posted November 28, 2024 Share Posted November 28, 2024 same with me 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.