aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index c9c0f80af..3631b0895 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -126,6 +126,9 @@ $conf['newcat_default_visible'] = 'true';
// automatically create private.
$conf['newcat_default_status'] = 'public';
+// newuser_default_enabled_high : at creation, must a user with enabled_high or not
+$conf['newuser_default_enabled_high'] = 'true';
+
// level_separator : character string used for separating a category level
// to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ',
// ' >'