Extension:FundraisingEmailUnsubscribe
Appearance
A request to archive this extension has been made on Phabricator. See task T224764 for the archival request and the rationale for the request, and to leave comments about the request. |
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 | 2 (Ranked 131st) |
Translate the FundraisingEmailUnsubscribe extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
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 matchWMF_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.
This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |