Manual:EmptyUserGroup.php/pl

Wersja MediaWiki:
1.32
Category:MediaWiki code/pl#EmptyUserGroup.php

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

OptionDescriptionRequired?
<groupname>Group name to be removedWymagane

Użycie

php maintenance/run.php emptyUserGroup <groupname>
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.
Terminal
If name of the group contains whitespace, it should be enclosed in double quotes (").

Zobacz też

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