X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=ca07e3229fd1ebeb617eabb3285b211c33ed4e4e;hb=47d7a24be4619466ce5936159d1efdf2eb25076b;hp=8f020d97c0833fa2f21c2e1e976dc897fc5f5e8d;hpb=0469a7fbde0cf04749355fb24b9e694005d9515d;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index 8f020d9..ca07e32 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -1,6 +1,6 @@ $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),