Jump to content

Recommended Posts

Posted

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.

Posted

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;

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...