* Remove manual query building in search mysql
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 6bc9437..bd6c733 100644 (file)
@@ -3012,7 +3012,7 @@ $wgLivePasswordStrengthChecks = false;
  */
 $wgPasswordResetRoutes = array(
        'username' => true,
-       'email' => false, // Warning: enabling this will be *very* slow on large wikis
+       'email' => false,
 );
 
 /**