From 1c8ef45f2d8034e337af2fdd22c99d783d282529 Mon Sep 17 00:00:00 2001 From: Reedy Date: Wed, 16 Nov 2016 21:09:11 +0000 Subject: [PATCH] Password list only has 10,000 passwords, not 50k Follows up I26a9e8f2318a1eed33d7638b125695e8de3a9796 Change-Id: I15a02289d35c4c22091fc6c64d91f1ba7f89e495 --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1