diff --git a/balise/login_saml.php b/balise/login_saml.php index ea8f44e..df377fa 100644 --- a/balise/login_saml.php +++ b/balise/login_saml.php @@ -36,11 +36,11 @@ function balise_LOGIN_SAML_dyn() if (!$simplesaml->isAuthenticated()) { $url = lire_config('saml/login_url'); - spip_log("[auth_shib] login url =".$url); + spip_log("[auth_saml] login url =".$url); // Appeler le squelette du formulaire de login return array('formulaires/saml', - $GLOBALS['delais'],array('saml_url' => $url)); + $GLOBALS['delais']); } else return login_saml_successfull(); } diff --git a/plugin.xml b/plugin.xml index 83e1df6..2015da5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -15,8 +15,4 @@ saml_options.php saml - - ajouter_boutons - shib_pipelines_private.php -