diff options
author | rub <rub@piwigo.org> | 2006-10-29 10:36:54 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-10-29 10:36:54 +0000 |
commit | 2433a7cb54c024e8142ad81d182440ff692e377b (patch) | |
tree | 5cf15b8eb42be78e90b53ab27904ec43f4295135 /include/config_default.inc.php | |
parent | 2b3bc579e4dcd4bf64c712eeca86f05e2d70fbf0 (diff) |
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
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 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 | // +-----------------------------------------------------------------------+ |