[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [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 | <69c3f8d8c5edf_3b18e05c79759@gitlab-sidekiq-low-urgency-cpu-bound-v2-c888ff6fd-gg5ss.mail> |
luci pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki
Commits:
d314e00f by Bsfez at 2026-03-25T14:32:27+01: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/d314e00f240b6cd530318341818bd01fbf9faebf
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/d314e00f240b6cd530318341818bd01fbf9faebf
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