mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-41626 cas auth: Setting the right url for the multi-authentication page
This commit is contained in:
parent
b69ec2889e
commit
7eb3c3cb6a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user