From: Brion Vibber Date: Tue, 1 Nov 2011 20:17:04 +0000 (+0000) Subject: Bug 32125: remove stray $wgLivePasswordStrengthChecks leftover from a reverted feature X-Git-Tag: 1.31.0-rc.0~26769 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=fb217a49852c5455bd949cde8a966759aeae66da;p=lhc%2Fweb%2Fwiklou.git Bug 32125: remove stray $wgLivePasswordStrengthChecks leftover from a reverted feature Followup to r86157 revert of r70520 --- 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