MediaWiki master
populateUserIsTemp.php File Reference

Fills the user_is_temp column of the user table for users created before MW 1.42. More...

Go to the source code of this file.

Classes

class  PopulateUserIsTemp
 Maintenance script that Fills the user_is_temp column of the user table for users created before MW 1.42. More...
 

Variables

 $maintClass = PopulateUserIsTemp::class
 

Detailed Description

Fills the user_is_temp column of the user table for users created before MW 1.42.

Note
GPL-2.0-or-later

Definition in file populateUserIsTemp.php.

Variable Documentation

◆ $maintClass

$maintClass = PopulateUserIsTemp::class

Definition at line 95 of file populateUserIsTemp.php.