Extension:Sudo

Category:Unmaintained extensions#Sudo Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Sudo
Release status: unmaintainedCategory:Unmaintained extensions
Implementation User identity Category:User identity extensions
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+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
  • sudo
Quarterly downloads 6 (Ranked 108th)
Translate the Sudo extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The Sudo extension grants 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. It is not longer possible to change the email address of an account without knowing the password with the help of this extension.

Installation

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 phab:maniphest/query/Uaw4sPCoSHql/#R.


Category:Extensions migrated from Wiki-Tools#Sudo
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions migrated from Wiki-Tools Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:SkinTemplateNavigation::Universal extensions Category:Unmaintained extensions Category:UserLogoutComplete extensions Category:User identity extensions