• Given I have Solid Security and Login With AJAX installed
    When I attempt to login with a bad username/password
    And I am not banned
    Then I see an error informing me of the errors

    When I attempt to login with a bad username/password
    And I am banned
    Then I see an error of parsererror: Error: jQuery….. was not called

    As Login with AJAX does not force a page reload on each login request, Solid Security can ban a user by IP Address but not render the forbidden page, meaning that a user can continue to interact with the login form. In this case, the response to the login requests will return a HTML page, however Login with AJAX expects a JSON object which seems to be triggering the parser error as above.

The topic ‘Solid Security interaction causing parsererror’ is closed to new replies.