Problem/Motivation
Currently the banned IP-addresses can only be removed one by one in the UI: /admin/config/people/ban
It would be much better to be able to remove them in bulk.
Additionally, (or as simple first step) it would also be helpful to have a "Clear all" option like in dblog (/admin/reports/dblog/confirm)
The current workaround is to delete the record in the database.
Steps to reproduce
Proposed resolution
- Provide checkboxes for each banned IP to unban in bulk, like for example flood_control does by using TableSelect
- Add an "Unban all" or "Flush all" or something similar button to clear all entries at once
Remaining tasks
Update summary
Change record
User interface changes
Before
After
API changes
Data model changes
Release notes snippet
N/A