Password list only has 10,000 passwords, not 50k
authorReedy <reedy@wikimedia.org>
Wed, 16 Nov 2016 21:09:11 +0000 (21:09 +0000)
committerReedy <reedy@wikimedia.org>
Wed, 16 Nov 2016 21:09:11 +0000 (21:09 +0000)
Follows up I26a9e8f2318a1eed33d7638b125695e8de3a9796

Change-Id: I15a02289d35c4c22091fc6c64d91f1ba7f89e495

includes/DefaultSettings.php

index 687ce9d..32717f1 100644 (file)
@@ -8386,9 +8386,9 @@ $wgSearchRunSuggestedQuery = true;
 /**
  * Where popular password file is located.
  *
- * Default in core contains 50,000 most popular. This config
+ * Default in core contains 10,000 most popular. This config
  * allows you to change which file, in case you want to generate
- * a password file with > 50000 entries in it.
+ * a password file with > 10000 entries in it.
  *
  * @see maintenance/createCommonPasswordCdb.php
  * @since 1.27