Merge pull request #3170 from sebastiendu/16686-cas-login-action

CAS Login Button form action is REQUEST_URI - refs BT#16686
pull/3174/head
Nicolas Ducoulombier 6 years ago committed by GitHub
commit e94d80da80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main/inc/lib/template.lib.php

@ -1082,7 +1082,7 @@ class Template
$form = new FormValidator(
'form-cas-login',
'POST',
null,
$_SERVER['REQUEST_URI'],
null,
null,
FormValidator::LAYOUT_BOX_NO_LABEL

Loading…
Cancel
Save