Skip to content

Rate limiter config missing in simple login limiting documentation #17966

Closed
@uncaught

Description

@uncaught

The 5.4 documentation for limiting login attempts doesn't work as specified right out of the box.

It says you only need to define login_throttling on your firewall, but by only doing that, you get an error Service "limiter._login_local_main": Parent definition "limiter" does not exist..

You also need to define the config framework.rate_limiter: ~ for this error to go away.

The documentation mentions the rate_limiter config further down the document, but it is missing for the simple setup and apparently required.

So please add this:

framework:
  rate_limiter: ~

Here:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    RateLimiterhasPRA Pull Request has already been submitted for this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions