mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02:00
Issue 578
User guest must be real user Step 1: guest is a real user On next commit, I finish installation and use of guest of user list and group git-svn-id: http://piwigo.org/svn/trunk@1926 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -136,9 +136,6 @@ $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 : ' / ', ' » ', ' → ', ' - ',
|
||||
// ' >'
|
||||
@@ -463,6 +460,8 @@ $conf['pass_convert'] = create_function('$s', 'return md5($s);');
|
||||
|
||||
// guest_id : id of the anonymous user
|
||||
$conf['guest_id'] = 2;
|
||||
// default_user_id : id of user used for default value
|
||||
$conf['default_user_id'] = $conf['guest_id'];
|
||||
|
||||
// webmaster_id : webmaster'id.
|
||||
$conf['webmaster_id'] = 1;
|
||||
|
||||
Reference in New Issue
Block a user