[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Captcha, CAPTCHA questions and answers involving text string is not working anymore

"Adrien Mbuya Maloba \(@adrienmaloba\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69c5afdba55b1_3b18f2542735e@gitlab-sidekiq-low-urgency-cpu-bound-v2-554467f96d-hvg5v.mail>

Adrien Mbuya Maloba pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
616ac604 by NasserNgandu at 2026-03-27T00:07:28+02:00
[FIX] Captcha, CAPTCHA questions and answers involving text string is not working anymore
---
* [FIX] Captcha, CAPTCHA questions and answers involving text string is not working anymore

See merge request tikiwiki/tiki!9647

- - - - -


1 changed file:

- lib/captcha/Captcha_Questions.php


Changes:

=====================================
lib/captcha/Captcha_Questions.php
=====================================
@@ -126,7 +126,7 @@ class Captcha_Questions extends Laminas\Captcha\AbstractWord
         }
 
         $this->id = $value['id'];
-        $word = $this->getWord();
+        $word = strtolower($this->getWord());
 
         if (empty($word)) {
             $this->error(self::MISSING_VALUE);



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/616ac6040909c68418e902f2e861c83a31ca72b4

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/616ac6040909c68418e902f2e861c83a31ca72b4
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.