Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2731,6 +2731,11 @@ |
2732 | 2732 | $wgMinimalPasswordLength = 1; |
2733 | 2733 | |
2734 | 2734 | /** |
| 2735 | + * Enabes or disables JavaScript-based suggestions of password strength |
| 2736 | + */ |
| 2737 | +$wgLivePasswordStrengthChecks = false; |
| 2738 | + |
| 2739 | +/** |
2735 | 2740 | * Maximum number of Unicode characters in signature |
2736 | 2741 | */ |
2737 | 2742 | $wgMaxSigChars = 255; |
— | — | @@ -5053,11 +5058,6 @@ |
5054 | 5059 | $wgUploadMaintenance = false; |
5055 | 5060 | |
5056 | 5061 | /** |
5057 | | - * Enabes or disables JavaScript-based suggestions of password strength |
5058 | | - */ |
5059 | | -$wgLivePasswordStrengthChecks = false; |
5060 | | - |
5061 | | -/** |
5062 | 5062 | * The location of the MediaWiki package repository to use. |
5063 | 5063 | * |
5064 | 5064 | * @since 1.17 |