From: Reedy Date: Wed, 16 Nov 2016 21:09:11 +0000 (+0000) Subject: Password list only has 10,000 passwords, not 50k X-Git-Tag: 1.31.0-rc.0~4837^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=1c8ef45f2d8034e337af2fdd22c99d783d282529;p=lhc%2Fweb%2Fwiklou.git Password list only has 10,000 passwords, not 50k Follows up I26a9e8f2318a1eed33d7638b125695e8de3a9796 Change-Id: I15a02289d35c4c22091fc6c64d91f1ba7f89e495 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 687ce9d805..32717f14f9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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