From 2433a7cb54c024e8142ad81d182440ff692e377b Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 29 Oct 2006 10:36:54 +0000 Subject: Resolved Issue ID 0000526: o Add default group to new user git-svn-id: http://piwigo.org/svn/trunk@1581 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b70b24e21..657c0c0e2 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -222,6 +222,9 @@ $conf['check_upgrade_feed'] = true; // rate_items: available rates for a picture $conf['rate_items'] = array(0,1,2,3,4,5); +// Dafault groups to assign to new user +$conf['id_group'] = 1; + // +-----------------------------------------------------------------------+ // | metadata | // +-----------------------------------------------------------------------+ -- cgit v1.2.3