Provide Drupal / Drush interface to clear banlists

Comments

ilo’s picture

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?

ilo’s picture

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 ?

ilo’s picture

Status: Active » Fixed
StatusFileSize
new3.8 KB

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).

eugenmayer’s picture

Great work!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • ilo committed be91054 on 6.x-1.x, 8.x-1.x
    #583104 by EugenMayer, ilo: provide a Drupal option to clean the event...