Versions Compared

Key

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

...

Disable Human Verification (CAPTCHA)

If you enable a captcha Human Verification / CAPTCHA's for staff logins, and are then unable to login and must disable the captcha, you may run this disable Human Verification for the company using the following 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;

ThenAfter running this query, login to Blesta and visit Settings > Company > General > Human Verification, and adjust . Adjust your settings and re-enable Human Verification / CAPTCHA's for the desired forms.

Regain Staff Access to Settings

...