Extension:Sudo/zh

Category:Unmaintained extensions/zh#Sudo/zh Category:GPL licensed extensions/zh
Sudo
不再維護Category:Unmaintained extensions/zh
Category:User identity extensions/zh
描述 使wiki上的Sudoers能够登录其他用户的帐户。
作者 Daniel Friesen (Dantman留言)
最新版本 0.6.0 (2018-06-29)
MediaWiki >= 1.35.0
GNU通用公眾授權條款2.0或更新版本
下載 Category:Extensions in Wikimedia version control/zh
  • sudo
前往translatewiki.net翻譯Sudo
問題 开启的任务 ·
Category:All extensions/zh

The Sudo extension enables granting trusted users the ability to "impersonate" other users, as if they had logged with the account of impersonated users. Its name refers to Unix’s sudo command, which has a similar purpose. 这可以用于帮助用户设置他们自己的偏好,测试以查看UI中的某些内容是否受到他们的登录的影响,或者更改其名称下的内容。

Usage

Users with the sudo permission can temporarily "switch" to any other user using Special:Sudo.

无法在不知道密码的情况下,通过此扩展的帮助来更改帐户的电子邮件地址。

Security

Logging is limited; switches to another user account via Sudo are logged, however there is no tracking of which actions are performed through impersonation. 要小心你给sudo,因为它可能会以最恶劣的方式被滥用。

必须为现有用户组设置用户权限“sudo”,例如 “行政员”或最好是新用户组:

$wgGroupPermissions['bureaucrat']['sudo'] = true;
$wgGroupPermissions['sudo']['sudo'] = true;

已知問題


Category:Extensions migrated from Wiki-Tools/zh#Sudo/zh
Category:All extensions/zh Category:Extensions in Wikimedia version control/zh Category:Extensions migrated from Wiki-Tools/zh Category:GPL licensed extensions/zh Category:SkinTemplateNavigation::Universal extensions/zh Category:Unmaintained extensions/zh Category:UserLogoutComplete extensions/zh Category:User identity extensions/zh