From: Stéphane Jacob Date: Tue, 20 Sep 2011 18:45:31 +0000 (+0200) Subject: Merge branch 'xorg/maint' into xorg/master X-Git-Tag: xorg/1.1.4~146 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=7f3ac125d8b532fd0fc643e3504e5bd06be01fc4;p=platal.git Merge branch 'xorg/maint' into xorg/master --- 7f3ac125d8b532fd0fc643e3504e5bd06be01fc4 diff --cc modules/auth.php index 635c8f1,a86313e..688c5c5 --- a/modules/auth.php +++ b/modules/auth.php @@@ -30,9 -30,9 +30,9 @@@ class AuthModule extends PLModul 'webservices/manageurs.php' => $this->make_hook('manageurs', AUTH_PUBLIC, 'user', NO_HTTPS), 'auth-redirect.php' => $this->make_hook('redirect', AUTH_COOKIE, 'user'), - 'auth-groupex.php' => $this->make_hook('groupex_old', AUTH_COOKIE, 'user'), - 'auth-groupex' => $this->make_hook('groupex', AUTH_PUBLIC), + 'auth-groupex.php' => $this->make_hook('groupex_old', AUTH_COOKIE, ''), + 'auth-groupex' => $this->make_hook('groupex', AUTH_PUBLIC, ''), - 'admin/auth-groupes-x' => $this->make_hook('admin_authgroupesx', AUTH_MDP, 'admin'), + 'admin/auth-groupes-x' => $this->make_hook('admin_authgroupesx', AUTH_PASSWD, 'admin'), ); }