X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fopenid.php;h=395313be2b625ad8f77c4b05c30809ed63a81769;hb=e9cd8d9c409feca6cbfa1ff0125a033fc33a604d;hp=15e7565f992571d3bee4bd427bc8d67c671eae82;hpb=26ba053e75092d038f571b77eaf3005509da0648;p=platal.git diff --git a/modules/openid.php b/modules/openid.php index 15e7565..395313b 100644 --- a/modules/openid.php +++ b/modules/openid.php @@ -61,12 +61,12 @@ class OpenidModule extends PLModule function handlers() { return array( - 'openid' => $this->make_hook('openid', AUTH_PUBLIC), - 'openid/melix' => $this->make_hook('melix', AUTH_PUBLIC), - 'openid/xrds' => $this->make_hook('xrds', AUTH_PUBLIC), - 'openid/trust' => $this->make_hook('trust', AUTH_MDP), - 'openid/trusted' => $this->make_hook('trusted', AUTH_MDP), - 'admin/openid/trusted' => $this->make_hook('admin_trusted', AUTH_MDP, 'admin'), + 'openid' => $this->make_hook('openid', AUTH_PUBLIC), + 'openid/melix' => $this->make_hook('melix', AUTH_PUBLIC), + 'openid/xrds' => $this->make_hook('xrds', AUTH_PUBLIC), + 'openid/trust' => $this->make_hook('trust', AUTH_MDP), + 'openid/trusted' => $this->make_hook('trusted', AUTH_MDP), + 'admin/openid/trusted' => $this->make_hook('admin_trusted', AUTH_MDP, 'admin'), ); }