[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [BP][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 | <69d69fdcc8024_3b19131057118@gitlab-sidekiq-low-urgency-cpu-bound-v2-78bdc65746-ffq46.mail> |
Adrien Mbuya Maloba pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki
Commits:
b3ff1ca6 by NasserNgandu at 2026-04-08T20:26:48+02:00
[BP][FIX] Captcha: CAPTCHA questions and answers involving text string is not working anymore
---
* [BP][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
---
* [FIX] Captcha, CAPTCHA questions and answers involving text string is not working anymore
See merge request tikiwiki/tiki!9647
See merge request tikiwiki/tiki!9952
See merge request tikiwiki/tiki!9971
- - - - -
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/b3ff1ca6891fb8294300de432e0ee7357e908ca8
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/b3ff1ca6891fb8294300de432e0ee7357e908ca8
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