Support redirects in JavaScriptContent
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 70ae468..baefef9 100644 (file)
@@ -4439,7 +4439,7 @@ $wgPasswordConfig = array(
  */
 $wgPasswordResetRoutes = array(
        'username' => true,
-       'email' => false,
+       'email' => true,
 );
 
 /**