MediaWiki master
removeUnusedAccounts.php File Reference

Remove unused user accounts from the database An unused account is one which has made no edits. More...

Go to the source code of this file.

Classes

class  RemoveUnusedAccounts
 Maintenance script that removes unused user accounts from the database. More...
 

Variables

 $maintClass = RemoveUnusedAccounts::class
 

Detailed Description

Remove unused user accounts from the database An unused account is one which has made no edits.

Note
GPL-2.0-or-later
Author
Rob Church robch.nosp@m.ur@g.nosp@m.mail..nosp@m.com

Definition in file removeUnusedAccounts.php.

Variable Documentation

◆ $maintClass

$maintClass = RemoveUnusedAccounts::class

Definition at line 189 of file removeUnusedAccounts.php.