Remove CAS redirect - ref #7166

1.9.x
baelmyhu 12 years ago
parent 893d3ea2ed
commit 1591132050
  1. 2
      main/auth/cas/lib/CAS/client.php

@ -920,7 +920,7 @@ class CASClient
$_SESSION['phpCAS']['unauth_count'] = 0; $_SESSION['phpCAS']['unauth_count'] = 0;
$_SESSION['phpCAS']['auth_checked'] = true; $_SESSION['phpCAS']['auth_checked'] = true;
phpCAS::trace('user is not authenticated (cache reset)'); phpCAS::trace('user is not authenticated (cache reset)');
$this->redirectToCas(TRUE/* gateway */); // $this->redirectToCas(TRUE/* gateway */);
// never reached // never reached
$res = FALSE; $res = FALSE;
} }

Loading…
Cancel
Save