PHPBB3 with double opt-in plus individual verification of registration by admin.
Each day, a number of forum spammers register on the site, and we get the list of new users waiting for the admin to accept. We are able to see directly from the user name + email address whether it is a wanted user or not, and in uncertain cases we check with other tools.
We want to ban and never hear again. Doing this in phpbb3 is a multi-step process, it seems:
(Press Users and groups in ACP)
- Select the user with a mouse click
- Select IP Ban from the dropdown combo
- Press Submit
- Press Back to previous page
- Select Email ban from the dropdown combo
- Press Submit
- Press Users and groups tab again, repeat on next inactive user
Finally, after (7*n) mouse clicks:
- Press Users and groups
- Press Mark all (and maybe unmark wanted users)
- Select Delete in the dropdown combo
- Press Submit
Total mouse clicks: 4+7*[number of users]. What we would WANT to do:
- Select Mark all (or alternatively, check-mark a number of user names).
- Press [Ban by IP, by email, delete and Goodbye forever] -button.
Is there a way in PHPBB3 to achieve this? We cannot let the list grow, for example in order to wait for an auto-expire, that would make it too hard to manage.