![]() Release status: unmaintained |
|
---|---|
Implementation | User identity |
Description | Gives the ability for Sudoers on the wiki to login to other users' accounts. |
Author(s) | Daniel Friesen (Dantmantalk) |
Latest version | 0.6.0 (2018-06-29) |
MediaWiki | 1.29+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | Download extension Git [?]: |
Hooks used
|
|
Quarterly downloads | 3 (Ranked 167th) |
Translate the Sudo extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The Sudo extension the ability for Sudoers on the wiki to login to other users' accounts, using "Special:Sudo". This may be used for helping users set their own preferences, testing to see if something in the UI is affected by their login, or changing things under their name.
Sudo does log use of sudo to transfer to another user's accounts; however, beyond that there is no tracking of what the sudoed user does. Be careful who you give sudo to as it can be abused in the worst of ways.
Installation
- Download and place the file(s) in a directory called
Sudo
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'Sudo' );
file: - Configure user group and user right at your convenience.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
The user right "sudo" will have to be set for an existing user group, e.g. "bureaucrat" or preferably for a new user group:
$wgGroupPermissions['bureaucrat']['sudo'] = true;
$wgGroupPermissions['sudo']['sudo'] = true;
Known issues
See also
- $wgRequirePasswordforEmailChange — Allows to change the email using this extension (MW 1.20.x to MW 1.26.x) when set to "false". Starting with MW 1.27.0 it is no longer possible to change the email address of an account without knowing the password with the help of this extension.
![]() | This extension was migrated from Daniel Friesen's Wiki-Tools.com and checked into Wikimedia's software repository. |
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.