(bug 17497) Oasis opendocument added to mime.types (odg otg odt ott odp otp ods ots)
[lhc/web/wiklou.git] / maintenance / checkUsernames.php
index 3441aee..77565b9 100644 (file)
@@ -1,4 +1,12 @@
 <?php
+/**
+ * This script verifies that database usernames are actually valid.
+ * An existing usernames can become invalid if User::isValidUserName()
+ * is altered or if we change the $wgMaxNameChars
+ * @file
+ * @ingroup Maintenance
+ */
+
 error_reporting(E_ALL ^ E_NOTICE);
 require_once 'commandLine.inc';