Issue #3149799 by mxr576, jungle: BasicAuth::authenticate() does not respect the implemented interface

merge-requests/2/head
Alex Pott 2020-06-23 17:09:43 +01:00
parent 77d4ba61f6
commit e884efa3fa
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class BasicAuth implements AuthenticationProviderInterface, AuthenticationProvid
}
// Always register an IP-based failed login event.
$this->flood->register('basic_auth.failed_login_ip', $flood_config->get('ip_window'));
return [];
return NULL;
}
/**