From e96510957cd6fb539fcaacb80e47f6f78abdefb7 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 17 Jul 2005 15:06:39 +0000 Subject: - new feature : use Apache authentication. If $conf['apache_authentication'] is set true : if no user matches $_SERVER['REMOTE_USER'] in "users" table, PWG automatically creates one. This way, users can customize the behaviour of the application. - template : new organisation of identification menu (category.php). Simplification is required for Apache authentication (no logout link even if user is externally logged in) - new : usernames can contain quotes (required because Apache authentication authorized quotes in usernames) git-svn-id: http://piwigo.org/svn/trunk@804 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/category.tpl | 64 ++++++++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 25 deletions(-) (limited to 'template/default') diff --git a/template/default/category.tpl b/template/default/category.tpl index fd4c88262..437652138 100644 --- a/template/default/category.tpl +++ b/template/default/category.tpl @@ -41,34 +41,48 @@
{L_IDENTIFY}
-- cgit v1.2.3