From c729f19add65aa795f6ce6fa0ea0353dea27b1a9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Gaudreau Date: Thu, 5 Sep 2013 16:47:25 -0400 Subject: [PATCH] MDL-41626 cas auth: Setting the right url for the multi-authentication page --- auth/cas/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/cas/auth.php b/auth/cas/auth.php index 95ab72523d9..42c71565b0e 100644 --- a/auth/cas/auth.php +++ b/auth/cas/auth.php @@ -137,7 +137,7 @@ class auth_plugin_cas extends auth_plugin_ldap { // test pgtIou parameter for proxy mode (https connection // in background from CAS server to the php server) if ($authCAS != 'CAS' && !isset($_GET['pgtIou'])) { - $PAGE->set_url('/auth/cas/auth.php'); + $PAGE->set_url('/login/index.php'); $PAGE->navbar->add($CASform); $PAGE->set_title("$site->fullname: $CASform"); $PAGE->set_heading($site->fullname);