Extension:FundraisingEmailUnsubscribe
A request to archive this extension has been made on Phabricator. アーカイブ化の申請とその理由は タスク T224764 を参照し、申請についてコメントを残してください。 |
FundraisingEmailUnsubscribe リリースの状態: 安定 |
|
---|---|
実装 | 特別ページ |
説明 | Donor-facing fundraising email unsubscribe form |
作者 |
|
最新バージョン | 2.1.0 (2016-08-08) |
MediaWiki | 1.25+ |
PHP | 5.5+ |
データベースの変更 | いいえ |
ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
ダウンロード | |
$wgFundraisingEmailUnsubscribeHashSecretKey |
|
四半期ごとのダウンロード数 | 2 (Ranked 130th) |
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 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.
関連項目
This extension is maintained by the Fundraising tech team.
この拡張機能は 1 つ以上のウィキメディアのプロジェクトで使用されています。 これはおそらく、この拡張機能が安定していて高いトラフィックのウェブサイトでも十分に動作することを意味します。 この拡張機能がインストールされている場所を確認するには、ウィキメディアの設定ファイル CommonSettings.php および InitialiseSettings.php 内で、この拡張機能の名前を探してください。 特定のウィキにインストールされている拡張機能の完全な一覧は、そのウィキの Special:Version ページにあります。 |