OpenWetWare:Software/Extensions/UserMerge
From OpenWetWare
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
- Create a new folder (directory) in the following location:
wiki-install-folder/extensions/UserMerge - Download the three required files:
- Copy the three files in to the new UserMerge folder
- Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/UserMerge/UserMerge.php" );
Usage
- Follow Installation Instructions
- You will have a new Restricted Special Page titled User Merge and Delete


