Captcha Verification Failed
On this page
Problem
Human users on your website see the following error on pages that use captchas:
Captcha verification failed. Contact support for more information.
Cause
This error often indicates that your captcha method’s settings are too restrictive. The human user cannot meet the requirements for verification.
- If you use Google® reCAPTCHA v3, the reCAPTCHA Score Threshold setting is too high.
- If you use hCaptcha®, the hCaptcha Score Threshold setting is too low.
Solution
Adjust your captcha method’s score threshold setting in the Security tab at Configuration () > System Settings > General Settings.
- For Google reCAPTCHA v3, set reCAPTCHA Score Threshold to a lower value.
- For hCaptcha, set hCaptcha Score Threshold to a higher value.
Disable Captchas
If you cannot access the WHMCS Admin Area due to captcha errors, disabling captchas will resolve the immediate issue and allow you to regain Admin Area access.
To do this, run the following command to disable captchas in the WHMCS database:
UPDATE tblconfiguration SET value = '' WHERE setting = 'CaptchaSetting';
You should now be able to log in to the Admin Area and reconfigure captchas.
Last modified: 2025 March 19