From 0baacefd19b7d78ab2c31d947109dec82a17f1cd Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 25 Aug 2014 14:32:20 -0400
Subject: [PATCH] FS#3641 - Add option to disable the password reset function

---
 security/security_settings.ini |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/security/security_settings.ini b/security/security_settings.ini
index 85d0433..4b4327a 100644
--- a/security/security_settings.ini
+++ b/security/security_settings.ini
@@ -15,6 +15,7 @@
 admin_allow_software_packages=superadmin
 admin_allow_software_repo=superadmin
 remote_api_allowed=yes
+password_reset_allowed=yes
 
 [ids]
 ids_enabled=yes

--
Gitblit v1.9.1