Extension:EditUser
![]() |
This extension is currently not actively maintained! Meaning any reports for additional features and/or bugfixes will more than likely be ignored. Volunteers are encouraged to take on the task of developing and maintaining it. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
Edit User Release status: unmaintained |
|||
---|---|---|---|
Implementation | Special page, User identity | ||
Description | Allows privileged users to edit other users' preferences | ||
Author(s) | Ryan Schmidt, Thomas Gries | ||
Latest version | 1.7.0 | ||
MediaWiki | 1.18 - 1.19 (1.11-1.17 for older versions) | ||
Database changes | No | ||
License | GPL | ||
Download |
Usage |
||
|
|||
Translate the EditUser extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics | |||
Open tasks · Report a bug |
Usage[edit | edit source]
This extension displays a preferences form (like the one in Special:Preferences, Special:EditUser) that allows editing the preferences of other users. You can call the page via Special:EditUser/username to directly edit a user, or Special:EditUser to display a search form. Users with the edituser-exempt permission cannot be edited via this form.
Warning: Only grant access to this extension to users you trust. Accounts can literally be taken over from use of this extension.
Default permissions[edit | edit source]
$wgGroupPermissions['bureaucrat']['edituser'] = true; $wgGroupPermissions['sysop']['edituser-exempt'] = true;
Download instructions[edit | edit source]
Download the extension from the Subversion repository and save it into the extensions/EditUser directory of your wiki. If you have shell access to your server, you may do the following to download the extension.
Warning: Before you download read Requirements or you might install the wrong version:
cd extensions svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/EditUser
Installation[edit | edit source]
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/EditUser/EditUser.php");