Loading core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ public function authenticate(Request $request) { } // Always register an IP-based failed login event. $this->flood->register('basic_auth.failed_login_ip', $flood_config->get('ip_window')); return []; return NULL; } /** Loading Loading
core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ public function authenticate(Request $request) { } // Always register an IP-based failed login event. $this->flood->register('basic_auth.failed_login_ip', $flood_config->get('ip_window')); return []; return NULL; } /** Loading