From 326a8dbb9be14d2e1be8c03feb4d6e713f6ed76f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 21 Sep 2008 07:32:58 -0400
Subject: [PATCH] Users can reset their login password. The password is sent by email to the email address listed in the client account settings.

---
 interface/web/designer/lib/module.conf.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/interface/web/designer/lib/module.conf.php b/interface/web/designer/lib/module.conf.php
index 72ffc4a..117f79b 100644
--- a/interface/web/designer/lib/module.conf.php
+++ b/interface/web/designer/lib/module.conf.php
@@ -28,7 +28,8 @@
         ),
       ),
     ),
-    1 => 
+    /*
+	1 => 
     array (
       'title' => 'Formulare',
       'open' => '1',
@@ -88,6 +89,7 @@
         ),
       ),
     ),
+	*/
   ),
 )
 ?>
\ No newline at end of file

--
Gitblit v1.9.1