Re-enable the captcha image distortion.

This commit is contained in:
Alex Tselegidis 2023-05-03 07:26:39 +02:00
parent f67097932f
commit fb7b2af812

View file

@ -36,8 +36,7 @@ class Captcha extends EA_Controller {
*/
public function index()
{
$this->captcha_builder->setDistortion(false);
$this->captcha_builder->setDistortion(true);
$this->captcha_builder->setMaxBehindLines(1);
$this->captcha_builder->setMaxFrontLines(1);
$this->captcha_builder->setBackgroundColor(255,255,255);