Manual:RemoveUnusedAccounts.php/pl

Wersja MediaWiki:
1.5.5
Category:MediaWiki code/pl#RemoveUnusedAccounts.php

Details

removeUnusedAccounts.php jest skryptem konserwacyjnym. Pozwala na usunięcie nie używanych kont, z których nie zostały wykonane żadne edycje, usunięte edycje, czynności, przesłania plików.

You can use deleteArchivedRevisions.php to first remove deleted revisions (e.g. after a massive vandalism/spam attack) and run removeUnusedAccounts.php afterwards.

Uwaga! Uwaga: If you use a Shared database, this script can damage your database, because it will remove users if they appear unused in the current database, without checking if they have be used on another database.

Opcje

Opcja/Parametr Opis Wymagana
--deleteDelete the accounts. Running it without the parameter --delete, the script will only list the unused accounts. Optional
--ignore-groupsList of comma-separated groups to exclude. Accounts from these groups will not be removed, even if they are unused. Optional
--ignore-touchedSkip accounts touched in last N days. If not set, it defaults to "1". If "0" is given the script will check/remove all unused accounts up to the current date, including accounts created seconds ago. Optional

Użycie

php maintenance/run.php removeUnusedAccounts [ --delete| --ignore-groups| --ignore-touched ]
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.
Terminal

By default, this script lists unused accounts without deleting them. To delete the unused accounts, run this script with --delete.

Terminal

Zobacz też

Category:Maintenance scripts/pl#RemoveUnusedAccounts.php Category:User maintenance scripts/pl
Category:Maintenance scripts/pl Category:MediaWiki code/pl Category:User maintenance scripts/pl