From 3c8309a7e621ede168cf7f6dfd8c8d55144525ea Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 2 Oct 2004 23:12:50 +0000 Subject: - deletion of session_time and session_id_size as config parameter - new feature : "remember me" creates a long time cookie - possibility to set the default authentication method to URI or cookie - really technical parameters (session identifier size, session duration) are set in the config file and not in database + configuration.php git-svn-id: http://piwigo.org/svn/trunk@541 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/configuration.tpl | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'template/default/admin') diff --git a/template/default/admin/configuration.tpl b/template/default/admin/configuration.tpl index da0174ab7..a6d00aea7 100644 --- a/template/default/admin/configuration.tpl +++ b/template/default/admin/configuration.tpl @@ -149,17 +149,14 @@   - {session.L_CONF_COOKIE} :
{session.L_CONF_COOKIE_INFO} - {L_YES}   - {L_NO} - - - {session.L_SESSION_LENGTH} :
{session.L_SESSION_LENGTH_INFO} - + {session.L_CONF_AUTH_METHOD} :
{session.L_CONF_AUTH_METHOD_INFO} + {L_URI}   + {L_COOKIE} - {session.L_SESSION_ID_SIZE} :
{session.L_SESSION_ID_SIZE_INFO} - + {session.L_CONF_AUTHORIZE_REMEMBERING} :
{session.L_CONF_AUTHORIZE_REMEMBERING_INFO} + {L_YES}   + {L_NO} -- cgit v1.2.3