From fb7b2af8129b280022239dd589828b9cfa61d996 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 3 May 2023 07:26:39 +0200 Subject: [PATCH] Re-enable the captcha image distortion. --- application/controllers/Captcha.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/Captcha.php b/application/controllers/Captcha.php index 495ec390..b7922e5a 100644 --- a/application/controllers/Captcha.php +++ b/application/controllers/Captcha.php @@ -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);