Skip to content
Snippets Groups Projects
Unverified Commit a68dcb9b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3149799 by mxr576, jungle: BasicAuth::authenticate() does not respect...

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

(cherry picked from commit e884efa3)
parent 3d1d49c4
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,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;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment