Extension:NewDuplicateUserMessage

Category:Extensions incompatible with 1.39 Category:Unmaintained extensions#NewDuplicateUserMessage Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
NewDuplicateUserMessage
Release status: unmaintainedCategory:Unmaintained extensions
Implementation User activity Category:User activity extensions, Hook Category:Hook extensions
Description Adds a message to the talk pages of newly created duplicate user accounts, which are determined by email address.
Author(s)
Latest version 3.6.0 (2016-10-31)
MediaWiki 1.26+Category:Extensions with manual MediaWiki version
PHP 5.4+
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
  • $wgNewDuplicateUserSuppressRC
  • $wgNewDuplicateUserMinorEdit
  • $wgNewDuplicateUserMessageOnAutoCreate
Category:All extensions

The NewDuplicateUserMessage extension adds a message to the talk pages of newly created duplicate user accounts, which are determined by email address.

This extension was forked from the NewUserMessage extension. See the documentation for the original extension NewUserMessage.

Installation

  • Download and place the file(s) in a directory called NewDuplicateUserMessage in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'NewDuplicateUserMessage' );
    
  • Configure as required.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

Create the "Template:DuplicateUserWelcome" page on the wiki:

== Duplicate user message ==
You have duplicate accounts: {{{duplicateUsers}}}.

The configuration is the same as the original extension NewUserMessage except instead of "NewUser", use "NewDuplicateUser".

For example:

  • Instead of $wgNewUserSuppressRC = false;, use $wgNewDuplicateUserSuppressRC = false;.
  • Instead of "MediaWiki:Newusermessage-template", use "MediaWiki:Newduplicateusermessage-template".

See also

Category:Powerpedia related extensions
Category:All extensions Category:Extensions in GitHub version control Category:Extensions incompatible with 1.39 Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Hook extensions Category:LocalUserCreated extensions Category:Powerpedia related extensions Category:Unmaintained extensions Category:UserGetReservedNames extensions Category:User activity extensions