Extension:FundraisingEmailUnsubscribe

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
FundraisingEmailUnsubscribe
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Donor-facing fundraising email unsubscribe form
Author(s)
Latest version 2.1.0 (2016-08-08)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
PHP 5.5+
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
$wgFundraisingEmailUnsubscribeHashSecretKey
Quarterly downloads 0
Translate the FundraisingEmailUnsubscribe extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensionsCategory:Extensions not in ExtensionJson

Details

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

This extension is maintained by the Fundraising tech team.

Category:Extensions used on Wikimedia#FundraisingEmailUnsubscribe
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions not in ExtensionJson Category:Extensions used on Wikimedia Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Special page extensions Category:Stable extensions