- Issue created by @bfuzze9898
- Merge request !22Replaced explicit ban-ip table write with ban-manager service implementation. β (Open) created by bfuzze9898
- last update
about 2 years ago 18 pass
It's not currently possible to act on an IP address banning until after the fact.
Instead of directly writing to the core ban_ip table, I would recommend that you use the BanIpManager service. This would better align with Drupal conventions and allow other modules to override the service if needed.
Active
2.0
Code