Manual:checkUsernames.php

This page is a translated version of the page Manual:CheckUsernames.php and the translation is 88% complete.
MediaWiki バージョン:
1.3

詳細

checkUsernames.php ファイルは、データベース (の user テーブル) 内のすべての利用者名が本当に有効であることをチェックするメンテナンス スクリプトです。 User::isValidUserName()$wgMaxNameChars が変更されている場合は、既存の利用者名が無効と判断される場合があります。

オプション

このスクリプトにはオプションはありません。

使用法

php checkUsernames.php

In case invalid usernames are found, the script returns the user_id and the username for each of the affected users.


Terminal

See also