diff options
author | Eric <eric@piwigo.org> | 2009-09-29 10:59:12 +0000 |
---|---|---|
committer | Eric <eric@piwigo.org> | 2009-09-29 10:59:12 +0000 |
commit | 6d85089c9aaa43b67c0379e85ff7b6815a90a438 (patch) | |
tree | 8d6d4d9a448e84cbbf3a646a9e441f7cf0a64110 /include/config_default.inc.php | |
parent | e4146c27da6a63f1c19950e3694eebf3fdf80ddc (diff) |
[Bug 1041] Merged form trunk to branch : Switchable double/single password input with text or password type in admin using new $conf
git-svn-id: http://piwigo.org/svn/branches/2.0@3945 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 8d5c295ce..5983c392c 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -319,6 +319,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 | // +-----------------------------------------------------------------------+ |