OpenWetWare:Software/Extensions/UserMerge
From OpenWetWare
< OpenWetWare:Software | Extensions(Difference between revisions)
(New page: {{extension |name = User Merge and Delete |status = stable |type1 = special |type2 = user identity |author = Tim Laqua |image = |version = 1.0 |update = 07-27-2...) |
Current revision (17:10, 18 November 2007) (view source) m |
||
| Line 28: | Line 28: | ||
# Copy the three files in to the new UserMerge folder | # Copy the three files in to the new UserMerge folder | ||
# Add the following code to your LocalSettings.php (at the bottom) | # Add the following code to your LocalSettings.php (at the bottom) | ||
| - | < | + | <syntax lang="php"> |
require_once( "$IP/extensions/UserMerge/UserMerge.php" ); | require_once( "$IP/extensions/UserMerge/UserMerge.php" ); | ||
| - | </ | + | </syntax> |
== Usage == | == Usage == | ||
Current revision
Release status: stable | ||
|---|---|---|
| Implementation | Special page, User identity | |
| Description | Merges references from one user to another user in the Wiki database - will also delete old users following merge | |
| Author(s) | Tim Laqua | |
| Last Version | 1.0 (07-27-2007) | |
| MediaWiki | 1.10+ | |
| License | No license specified | |
| Download | MediaWiki SVN | |
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)
<syntax lang="php"> require_once( "$IP/extensions/UserMerge/UserMerge.php" ); </syntax>
Usage
- Follow Installation Instructions
- You will have a new Restricted Special Page titled User Merge and Delete


