[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Newsletter unsubscribe and confirm_subscription input filters were set...
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69c2fd9c67b60_3b18dd285588a@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c9d897747-z8xnm.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
67497869 by Bsfez at 2026-03-24T21:02:27+00:00
[FIX] Newsletter unsubscribe and confirm_subscription input filters were set to 'bool', casting MD5 hash codes to 1 and breaking both unsubscribe and subscription confirmation links
- - - - -
1 changed file:
- tiki-newsletters.php
Changes:
=====================================
tiki-newsletters.php
=====================================
@@ -11,8 +11,8 @@
$inputConfiguration = [
[
'staticKeyFilters' => [
- 'unsubscribe' => 'bool', //post
- 'confirm_subscription' => 'bool', //post
+ 'unsubscribe' => 'word', //post
+ 'confirm_subscription' => 'word', //post
'nlId' => 'int', //post
'subscribe' => 'bool', //post
'email' => 'email', //post
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6749786988708c7b2c994aa4d27ec56f11ae2b57
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6749786988708c7b2c994aa4d27ec56f11ae2b57
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