Index: branches/REL1_18/phase3/includes/DefaultSettings.php |
— | — | @@ -3064,11 +3064,6 @@ |
3065 | 3065 | $wgMinimalPasswordLength = 1; |
3066 | 3066 | |
3067 | 3067 | /** |
3068 | | - * Enabes or disables JavaScript-based suggestions of password strength |
3069 | | - */ |
3070 | | -$wgLivePasswordStrengthChecks = false; |
3071 | | - |
3072 | | -/** |
3073 | 3068 | * Whether to allow password resets ("enter some identifying data, and we'll send an email |
3074 | 3069 | * with a temporary password you can use to get back into the account") identified by |
3075 | 3070 | * various bits of data. Setting all of these to false (or the whole variable to false) |