![]() Release status: stable |
|
---|---|
Implementation | User identity | , Special page , Database
Description | Collecting and verifying email addresses. |
Author(s) | Trevor Parscaltalk |
Latest version | 0.5.0 |
MediaWiki | 1.17+ |
Database changes | Yes |
License | GNU General Public License 2.0 or later |
Download | Download extension Git [?]: |
Parameters
|
|
Hooks used
|
|
Quarterly downloads | 0 |
Translate the EmailCapture extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The EmailCapture extension allows to collect e-mail addresses, and allow users to verify them through e-mail. This code is nearly complete but totally untested.
This was designed for use with the ArticleFeedback extension. The idea is that members of the Wikimedia Community Department can collect e-mail addresses (largely of people without user accounts) in order to contact them in the future about creating an account, editing an article, etc. The extension stores the individual's e-mail address, a verification code, and a verification boolean in a database table.
Feedback
Open tickets in Wikimedia's BugZilla under the "ArticleFeedback" component in the "MediaWiki extensions" product. Be sure to include "[EmailCapture]" in front of the bug summary.
Installation
- Download and place the file(s) in a directory called
EmailCapture
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
require_once "$IP/extensions/EmailCapture/EmailCapture.php";
file: - Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.