Stable branch merged up to 2.3.21
[fa-stable.git] / config.default.php
index f8735fae6a48f898efcad4466c98382e7449d774..df15f21f82a1e0b0f85df295e48670c4e580fac1 100644 (file)
@@ -189,6 +189,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $allow_demo_mode = false;
 
+    /* Whether to allow sending new password by e-mail */
+    $allow_password_reset = false;
+
        /* for uploaded item pictures */
        $pic_width              = 80;
        $pic_height     = 50;