Skip to content
Snippets Groups Projects
Unverified Commit e884efa3 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
parent 77d4ba61
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.
Finish editing this message first!
Please register or to comment