Closed (fixed)
Project:
Login Security
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2009 at 01:12 UTC
Updated:
26 Jun 2014 at 14:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ilo commentedCould 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?
Comment #2
ilo commentedWith 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 ?
Comment #3
ilo commentedOk, 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).
Comment #4
eugenmayer commentedGreat work!