From 11699a554688e1215bae9c550a5a67c15cdb8f36 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 6 Oct 2004 22:48:48 +0000 Subject: - checkbox for "remember me" are only shown if authorized - simplification : each session is created with a cookie and if PhpWebGallery can't read the cookie, it uses the URI id and it will be used in the add_session_id function. - configuration parameter "auth_method" disappeared (didn't lived much...) - only one session id size possible. More comments for configuration in include/config.inc.php git-svn-id: http://piwigo.org/svn/trunk@555 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/config.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'install/config.sql') diff --git a/install/config.sql b/install/config.sql index e6be0e8c9..52f810885 100644 --- a/install/config.sql +++ b/install/config.sql @@ -26,5 +26,4 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_iptc','false INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_exif','true','Use EXIF data during database synchronization with files metadata'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_iptc','false','Show IPTC metadata on picture.php if asked by user'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_exif','true','Show EXIF metadata on picture.php if asked by user'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('auth_method','URI','Default method used to authenticate users : URI or cookie'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('authorize_remembering','true','Authorize users to be remembered, see $conf{remember_me_length}'); -- cgit v1.2.3