Issue #3149799 by mxr576, jungle: BasicAuth::authenticate() does not respect the implemented interface
parent
77d4ba61f6
commit
e884efa3fa
|
@ -121,7 +121,7 @@ class BasicAuth implements AuthenticationProviderInterface, AuthenticationProvid
|
||||||
}
|
}
|
||||||
// Always register an IP-based failed login event.
|
// Always register an IP-based failed login event.
|
||||||
$this->flood->register('basic_auth.failed_login_ip', $flood_config->get('ip_window'));
|
$this->flood->register('basic_auth.failed_login_ip', $flood_config->get('ip_window'));
|
||||||
return [];
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue