mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Merge branch 'ent-8443-12959-Bug-en-login-con-SAML' into 'develop'
Ent 8443 12959 bug en login con saml See merge request artica/pandorafms!4624
This commit is contained in:
commit
09ce3468d9
@ -424,6 +424,8 @@ if (! isset($config['id_user'])) {
|
|||||||
// Process logout.
|
// Process logout.
|
||||||
include 'general/logoff.php';
|
include 'general/logoff.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$validatedCSRF = true;
|
||||||
} else {
|
} else {
|
||||||
// process_user_login is a virtual function which should be defined in each auth file.
|
// 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.
|
// It accepts username and password. The rest should be internal to the auth file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user