扩展:FundraisingEmailUnsubscribe

This page is a translated version of the page Extension:FundraisingEmailUnsubscribe and the translation is 43% complete.
MediaWiki扩展手册
FundraisingEmailUnsubscribe
发行状态: 稳定版
实现 特殊页面
描述 Donor-facing fundraising email unsubscribe form
作者
最新版本 2.1.0 (2016-08-08)
MediaWiki 1.25+
PHP 5.5+
数据库更改
许可协议 GNU通用公眾授權條款2.0或更新版本
下載
$wgFundraisingEmailUnsubscribeHashSecretKey
季度下載量 1 (Ranked 146th)
前往translatewiki.net翻譯FundraisingEmailUnsubscribe扩展
問題 开启的任务 · 报告错误

详情

The FundraisingEmailUnsubscribe extension renders a form to allow users to opt out of receiving future Wikimedia Fundraising solicitation emails by clicking a link in a donation receipt.

Special:FundraiserUnsubscribe looks for three parameters on the query string:

  • 'c', the contribution ID that triggered the donation receipt
  • 'e', the donor's email address
  • 'h', a validation hash. This is calculated using $wgFundraisingEmailUnsubscribeHashSecretKey, which should be configured to match WMF_UNSUB_HASH in the Drupal module which sends the receipts.
This extension is deployed on the Wikimedia Foundation's payments cluster rather than the main wiki cluster, so it does not appear in operations/mediawiki-config.


參見

This extension is maintained by the Fundraising tech team.