Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为 mediawiki 添加一个新的用户组。新组比“用户”组具有更多权限。我怎么才能得到它 ?
要添加新组,您只需为其分配一些权限。$wgGroupPermissions['group']['right'] = true;在您的 LocalSettings.php 中使用。有关所有选项,请参见手册:用户权限。
$wgGroupPermissions['group']['right'] = true;