Extension:FundraisingEmailUnsubscribe

From mediawiki.org
MediaWiki extensions manual
FundraisingEmailUnsubscribe
Release status: stable
Implementation Special page
Description Donor-facing fundraising email unsubscribe form
Author(s)
Latest version 2.1.0 (2016-08-08)
MediaWiki 1.25+
PHP 5.5+
Database changes No
License GNU General Public License 2.0 or later
Download
$wgFundraisingEmailUnsubscribeHashSecretKey
Quarterly downloads 1 (Ranked 148th)
Translate the FundraisingEmailUnsubscribe extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

Details[edit]

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.


See also[edit]

This extension is maintained by the Fundraising tech team.