- Issue created by @Jons
- πΊπ¦Ukraine goodboy Kharkiv, Ukraine
Hi, @jons
Thank you for using Autoban
You should enable Autoban submodule (for the Ban provider is the Autoban Core Ban Provider).I wrote in README.md
"You must enable Database Logging core module and at least one IP Ban Provider by enabling submodules."
Perhaps I clumsily formulated the requirements. Maybe you will help me with this.
I also tried working Autoban on Drupal 9.5.11, it found the Ban provider.
- π¬π§United Kingdom Jons
Hi @goodboy
I think the confusion was needing the ban module and autoban_ban.
As autoban_ban is just a a shim onto the (core) ban modulepublic function getBanIpManager(Connection $connection) { return new BanIpManager($connection); }
Would it be worth removing this and linking to ban directly by default, or always just using advban? The core ban is scheduled to become contrib shortly so may not be so reliably present in future.
- πΊπ¦Ukraine goodboy Kharkiv, Ukraine
Hi, @jons
Thank you for your thoughts.
It was designed as an open system and third party IP ban providers can use the integration with the Autoban module.
I want to keep the structure.