Manual:CheckUsernames.php
Jump to navigation
Jump to search
Archivo de MediaWiki: checkUsernames.php | |
---|---|
Ubicación: | maintenance/ |
Código fuente: | master • 1.35.1 • 1.31.12 |
Clases: | checkUsernames |
Detalles
checkUsernames.php file is a maintenance script that is used to check that all usernames in the database (user table) are actually valid.
Existing usernames can become invalid if User::isValidUserName()
is altered or if $wgMaxNameChars
is changed.
Uso
php checkUsernames.php
In case invalid usernames are found, the script returns the user_id and the username for each of the affected users.