Kaushik Posted February 12, 2022 Report Posted February 12, 2022 This is a weird bug, rather a improvisation i would say. Suppose we enable Captcha & input wrong key, then the Blesta System accepts it without validating the same. If we sign-out from admin panel & login again, we wont be able to login as as the key is invalid. I got locked out now! Had to open database & change the keys to login again.
Paul Posted February 14, 2022 Report Posted February 14, 2022 Which captcha type are you using? What are the steps to reproduce? For anyone stumbling on this, here's how you can manually disable captcha's in the database, from https://docs.blesta.com/pages/viewpage.action?pageId=10551368#Debugging/Tools-DisableHumanVerification(CAPTCHA) UPDATE `company_settings` SET `value` = 'a:0:{}' WHERE `company_settings`.`key` = 'captcha_enabled_forms' AND `company_settings`.`company_id` = 1;
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now