X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fopenid.php;h=15c0af0dc69f31621e14401bab8c068b1f8532dc;hb=eb5a266d6a3e98800b2542b1fe4786cb73788797;hp=bdae55f612c4de76817b3cde76356d8d9016f896;hpb=aea21b94329358ccfefc1c5fe61277d91b24ae94;p=platal.git diff --git a/modules/openid.php b/modules/openid.php index bdae55f..15c0af0 100644 --- a/modules/openid.php +++ b/modules/openid.php @@ -61,13 +61,13 @@ class OpenidModule extends PLModule function handlers() { return array( - 'openid' => $this->make_hook('openid', AUTH_PUBLIC), - 'openid/trust' => $this->make_hook('trust', AUTH_COOKIE), - 'openid/trusted' => $this->make_hook('trusted', AUTH_MDP), + 'openid' => $this->make_hook('openid', AUTH_PUBLIC), + 'openid/trust' => $this->make_hook('trust', AUTH_COOKIE), + 'openid/trusted' => $this->make_hook('trusted', AUTH_MDP), 'admin/openid/trusted' => $this->make_hook('admin_trusted', AUTH_MDP), - 'openid/idp_xrds' => $this->make_hook('idp_xrds', AUTH_PUBLIC), - 'openid/user_xrds' => $this->make_hook('user_xrds', AUTH_PUBLIC), - 'openid/melix' => $this->make_hook('melix', AUTH_PUBLIC), + 'openid/idp_xrds' => $this->make_hook('idp_xrds', AUTH_PUBLIC), + 'openid/user_xrds' => $this->make_hook('user_xrds', AUTH_PUBLIC), + 'openid/melix' => $this->make_hook('melix', AUTH_PUBLIC), ); } @@ -312,4 +312,4 @@ class OpenidModule extends PLModule } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: -?> \ No newline at end of file +?>