Merge pull request #311 from baelmyhu/1.9.x

Remove CAS redirect - ref #7166
1.9.x
Julio 11 years ago
commit 9510e75647
  1. 2
      main/auth/cas/lib/CAS/client.php

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

Loading…
Cancel
Save