From fb217a49852c5455bd949cde8a966759aeae66da Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 1 Nov 2011 20:17:04 +0000 Subject: [PATCH] Bug 32125: remove stray $wgLivePasswordStrengthChecks leftover from a reverted feature Followup to r86157 revert of r70520 --- includes/DefaultSettings.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7b296c4aab..58e2b54d60 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3098,11 +3098,6 @@ $wgPasswordSalt = true; */ $wgMinimalPasswordLength = 1; -/** - * Enabes or disables JavaScript-based suggestions of password strength - */ -$wgLivePasswordStrengthChecks = false; - /** * Whether to allow password resets ("enter some identifying data, and we'll send an email * with a temporary password you can use to get back into the account") identified by -- 2.20.1