Fix 12384 : comment on maintenance/*php files
[lhc/web/wiklou.git] / maintenance / checkUsernames.php
index 3b414dd..fe7fb13 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 /**
+ * This script verify 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
  */