From: Florent Bruneau Date: Wed, 21 Nov 2007 14:22:15 +0000 (+0100) Subject: Allow HTTP for manageurs and e-confiance. X-Git-Tag: xorg/0.9.16~201 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=91826112a160e722ebba6dfb99df4f6b89403473;p=platal.git Allow HTTP for manageurs and e-confiance. Signed-off-by: Florent Bruneau --- 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),