mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
775f8cced6
commit
36ff2d8914
@ -256,6 +256,7 @@ class Auth
|
||||
$password = $credentials[1];
|
||||
if ($this->getAuthChain()->setSkipExternalBackends(true)->authenticate($user, $password)) {
|
||||
$this->setAuthenticated($user, false);
|
||||
$user->setIsHttpUser(true);
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user