Extensión:Sudo

This page is a translated version of the page Extension:Sudo and the translation is 23% complete.
Manual de extensiones de MediaWiki
Sudo
Estado de la versión: sin mantenimiento
Implementación Identidad de usuario
Descripción Gives the ability for Sudoers on the wiki to login to other users' accounts.
Autor(es) Daniel Friesen (Dantmandiscusión)
Última versión 0.6.0 (2018-06-29)
MediaWiki 1.29+
Cambios en la base de datos No
Licencia Licencia Pública General de GNU 2.0 o posterior
Descargar
  • sudo
Descargas trimestrales 6 (Ranked 109th)
Traduce la extensión Sudo si está disponible en translatewiki.net
Incidentes Tareas abiertas · Reportar un error

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.

Instalación

  • Descarga y mueve la carpeta Sudo extraída a tu directorio extensions/.
    Los desarrolladores y contribuidores de código deberían instalar la extensión desde Git en su lugar, usando:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Sudo
  • Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
    wfLoadExtension( 'Sudo' );
    
  • Configure user group and user right at your convenience.
  •   Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.

Configuración

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.