diff options
author | rub <rub@piwigo.org> | 2006-10-29 13:42:19 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-10-29 13:42:19 +0000 |
commit | a0e981198d4602c7634407780379c19d58b92e15 (patch) | |
tree | b77c68ec27c787836cc0a5fcfd70788456a8347f /include/config_default.inc.php | |
parent | 2433a7cb54c024e8142ad81d182440ff692e377b (diff) |
Resolved Issue ID 0000526:
o Add default group to new user
Change default value and $conf name.
git-svn-id: http://piwigo.org/svn/trunk@1582 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 657c0c0e2..a27b604e6 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -223,7 +223,7 @@ $conf['check_upgrade_feed'] = true; $conf['rate_items'] = array(0,1,2,3,4,5); // Dafault groups to assign to new user -$conf['id_group'] = 1; +$conf['default_group_id'] = -1; // +-----------------------------------------------------------------------+ // | metadata | |