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

  /**