Manual:checkUsernames.php
Appearance
MediaWiki バージョン: | ≧ 1.3 |
MediaWiki ファイル: checkUsernames.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | checkUsernames |
詳細
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
$ php maintenance/checkUsernames.php Found: 1: 'Jay' Found: 2: 'MediaWiki default' Found: 4: 'Maintenance script' Found: 5: 'ScriptImporter'