X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fopenid.php;h=b9569061b206d01cb1a9e896d4ce7d7fb8ebda09;hb=e9e301a2f3bd894ea3d93956c69db1f800cfc283;hp=fa4c1d5e7632cd8f90b1e6a630e1093246ceb577;hpb=e5ceaa8c8943660e5995c68c22e6646e85613006;p=platal.git diff --git a/modules/openid.php b/modules/openid.php index fa4c1d5..b956906 100644 --- a/modules/openid.php +++ b/modules/openid.php @@ -1,6 +1,6 @@ $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, 'user'), - 'openid/trusted' => $this->make_hook('trusted', AUTH_MDP, 'user'), - 'admin/openid/trusted' => $this->make_hook('admin_trusted', AUTH_MDP, 'admin'), + 'openid/trust' => $this->make_hook('trust', AUTH_PASSWD, 'user'), + 'openid/trusted' => $this->make_hook('trusted', AUTH_PASSWD, 'user'), + 'admin/openid/trusted' => $this->make_hook('admin_trusted', AUTH_PASSWD, 'admin'), ); }