Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

View file
nameSystemKeyTest.zip
height250

Disable Human Verification (CAPTCHA)

If you enable a captcha for staff logins, and are unable to login and must disable the captcha, you may run this query. Please note that this will disable Human Verification / CAPTCHAs for the entire company. If you are using multi-company and the issue affects a company ID other than 1, update the query to replace the company ID with the desired company ID.

Code Block
languagesql
UPDATE `company_settings` SET `value` = 'a:0:{}' WHERE `company_settings`.`key` = 'captcha_enabled_forms' AND `company_settings`.`company_id` = 1;

Then, login to Blesta and visit Settings > Company > General > Human Verification, and adjust your settings and re-enable for the desired forms.

Regain Staff Access to Settings

...