MediaWiki master
CheckUsernames Class Reference

Maintenance script to check that database usernames are actually valid. More...

Inherits Maintenance.

Collaboration diagram for CheckUsernames:

Public Member Functions

 __construct ()
 
 execute ()
 

Detailed Description

Maintenance script to check that database usernames are actually valid.

An existing usernames can become invalid if UserNameUtils::isValid() is altered or if we change the $wgMaxNameChars

Definition at line 36 of file checkUsernames.php.

Constructor & Destructor Documentation

◆ __construct()

CheckUsernames::__construct ( )

Definition at line 38 of file checkUsernames.php.

Member Function Documentation

◆ execute()

CheckUsernames::execute ( )

Definition at line 44 of file checkUsernames.php.

References wfDebugLog().


The documentation for this class was generated from the following file: