X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=688c5c5eeb31ad106639737562c484abcacfb7be;hb=71ebd57d64102a39896d47873514a42a26c7201e;hp=a86313eee20389bc22181954e98c253b5a310475;hpb=54cccfcc1f4e128e0a2c7f0e23c20e10107b9504;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index a86313e..688c5c5 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -32,7 +32,7 @@ class AuthModule extends PLModule 'auth-redirect.php' => $this->make_hook('redirect', AUTH_COOKIE, 'user'), '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'), ); }