Unverified Commit f6c3fb15 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 be0a6b83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }

  /**