Manual:EmptyUserGroup.php/ja

MediaWiki バージョン:
1.32
Category:MediaWiki code/ja#EmptyUserGroup.php

詳細

emptyUserGroup.php file is a maintenance script that removes all users from a given group.

User rights groups are defined through $wgGroupPermissions. This script is useful when you are removing the user rights group.

オプション/引数

オプション説明必須かどうか
<groupname>Group name to be removed必須

使用法

php maintenance/run.php emptyUserGroup <groupname>
MediaWiki バージョン 1.39.13 以前では、メンテナンス スクリプトを php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。
Terminal
If name of the group contains whitespace, it should be enclosed in double quotes (").

関連項目

Category:Maintenance scripts/ja Category:User maintenance scripts/ja
Category:Maintenance scripts/ja Category:MediaWiki code/ja Category:User maintenance scripts/ja