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. Quote
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; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.