OpenWetWare:Software/Extensions/UserMerge

From OpenWetWare

Jump to: navigation, search

Template:Extension

User Merge and Delete extension allows Wiki users with the 'userrights' permission (Bureaucrat by default) to merge one Wiki user's account with another Wiki user's account - deleting following merge is also supported. You may not delete a user without merging first - omitting the "New User" field will auto-populate the New User as User ID 1 (Usually WikiSysop) and ask you to confirm merge to Admin. Merging to Anonymous (ID0) is not supported.

Installation

  1. Create a new folder (directory) in the following location:
    wiki-install-folder/extensions/UserMerge
  2. Download the three required files:
  3. Copy the three files in to the new UserMerge folder
  4. Add the following code to your LocalSettings.php (at the bottom)
 
require_once( "$IP/extensions/UserMerge/UserMerge.php" );
 

Usage

  1. Follow Installation Instructions
  2. You will have a new Restricted Special Page titled User Merge and Delete
Personal tools