From 91826112a160e722ebba6dfb99df4f6b89403473 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Wed, 21 Nov 2007 15:22:15 +0100 Subject: [PATCH] Allow HTTP for manageurs and e-confiance. Signed-off-by: Florent Bruneau --- modules/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auth.php b/modules/auth.php index 8f020d9..6e669cb 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -27,10 +27,10 @@ class AuthModule extends PLModule 'groupex/donne-chall.php' => $this->make_hook('chall', AUTH_PUBLIC), 'groupex/export-econfiance.php' - => $this->make_hook('econf', AUTH_PUBLIC), + => $this->make_hook('econf', AUTH_PUBLIC, 'user', NO_HTTPS), 'webservices/manageurs.php' - => $this->make_hook('manageurs', AUTH_PUBLIC), + => $this->make_hook('manageurs', AUTH_PUBLIC, 'user', NO_HTTPS), 'auth-redirect.php' => $this->make_hook('redirect', AUTH_COOKIE), 'auth-groupex.php' => $this->make_hook('groupex_old', AUTH_COOKIE), -- 2.1.4