r72363 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72362‎ | r72363 | r72364 >
Date:09:50, 4 September 2010
Author:ialex
Status:ok
Tags:
Comment:
And while I'm a it, moved $wgLivePasswordStrengthChecks with other similar settings
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2731,6 +2731,11 @@
27322732 $wgMinimalPasswordLength = 1;
27332733
27342734 /**
 2735+ * Enabes or disables JavaScript-based suggestions of password strength
 2736+ */
 2737+$wgLivePasswordStrengthChecks = false;
 2738+
 2739+/**
27352740 * Maximum number of Unicode characters in signature
27362741 */
27372742 $wgMaxSigChars = 255;
@@ -5053,11 +5058,6 @@
50545059 $wgUploadMaintenance = false;
50555060
50565061 /**
5057 - * Enabes or disables JavaScript-based suggestions of password strength
5058 - */
5059 -$wgLivePasswordStrengthChecks = false;
5060 -
5061 -/**
50625062 * The location of the MediaWiki package repository to use.
50635063 *
50645064 * @since 1.17

Status & tagging log