Jump to content

Upgraded from 8.10 to 8.11 release and now unable to login to admin panel due to recaptcha not showing visibly or working


Recommended Posts

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? 

recaptcha error.png

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...
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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.
 
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated