mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed CRSF in SAML
This commit is contained in:
parent
4899d68ec2
commit
182b99b4d9
@ -424,6 +424,8 @@ if (! isset($config['id_user'])) {
|
||||
// Process logout.
|
||||
include 'general/logoff.php';
|
||||
}
|
||||
|
||||
$validatedCSRF = true;
|
||||
} else {
|
||||
// process_user_login is a virtual function which should be defined in each auth file.
|
||||
// It accepts username and password. The rest should be internal to the auth file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user