Provide Drupal / Drush interface to clear banlists
EugenMayer - September 21, 2009 - 01:12
| Project: | Login Security |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Provide Drupal / Drush interface to clear banlists

#1
Could you provide a list of desired commands available for drush, so I can make all them at once?
clear ban list .. without arguments? the whole list? or do you want something from granular.. query, soft-blocking and hard-block from command line also?
#2
With the new settings page at #536952: Create own settings page under admin/settings/login_security it is possible to include a button to clean the tracking table there, without the drush requirement.
EugenMayer, just two questions:
- May a view of currently tracked events in the form below be usefull:
ip - user - attempts
xxxx yyyy nn
zzzz nn
aaaa tttt nn
- Where do you expect this list to be shown.. admin/settings/login_security/track or admin/reports/login_security ?
#3
Ok, just commited this patch to 6.x-1.x-dev. It provides a button in the settings page to clean all the tracked events. Drush is out of scope for the 1.0 release, and banlists.. there's no way for now to know if a ban list has been set manually or automatically by the module. It can be done, but requires much more work than expected initially (considering the input of the issue).
#4
Great work!
#5
Automatically closed -- issue fixed for 2 weeks with no activity.