From d67b2765190159eb2ff59a0b891d4704ca8b23e6 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 28 Sep 2009 19:22:59 +0000 Subject: [Bug 1041] Switchable double/single password input with text or password type in admin using new $conf git-svn-id: http://piwigo.org/svn/trunk@3935 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 7ad3b6d86..23e1c8b85 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -317,6 +317,9 @@ $conf['rate_items'] = array(0,1,2,3,4,5); // Define default method to use ('http' or 'html' in order to do redirect) $conf['default_redirect_method'] = 'http'; +// Define using double password type in admin's users management panel +$conf['double_password_type_in_admin'] = false; + // +-----------------------------------------------------------------------+ // | metadata | // +-----------------------------------------------------------------------+ -- cgit v1.2.3