Podręcznik:EmptyUserGroup.php
Appearance
Wersja MediaWiki: | ≥ 1.32 |
Plik MediaWiki: emptyUserGroup.php | |
---|---|
Lokalizacja: | maintenance/ |
Kod źródłowy: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Klasy: | EmptyUserGroup |
Szczegóły
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.
Options/Arguments
Option | Description | Required? |
---|---|---|
<groupname> | Group name to be removed | Wymagane |
Użycie
php maintenance/emptyUserGroup.php <groupname>
Terminal
$ php maintenance/emptyUserGroup.php sysop Removing users from sysop... ...done! Removed 1 users in total.
If name of the group contains whitespace, it should be enclosed in double quotes (").