Closed (fixed)
Project:
Flood control
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2012 at 11:16 UTC
Updated:
20 Mar 2023 at 19:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
breidert commentedI would like this, too, my clients like to forget their passwords :-)
Comment #2
stefank commentedGot a custom module with view and Vbo. For any help let me know. Might upload it to github as well.
Comment #3
attiks commented#2 any chance you can upload it somewhere, will save me the time of writing it ;-)
Comment #4
stefank commentedHi
Sorry for the late reply. Providing an extra module. This module is a extension for flood_control module.
The zip file also contains a text file with exported view to manage user flood.
In the flood control tick the checkbox - Failed login (username only)- the module already contains the patch http://drupal.org/node/1825544.
In the view fields click the Bulk operations: User (User) | enable the unflood vbo.
For any enquiries please let me know.
Enjoy
Comment #5
zterry95 commentedhttps://drupal.org/project/flood_unblock
Maybe this module can do the things.
Comment #6
stefank commentedAt the moment it can not. With the flood_unblock you can empty the flood table. This is all what it does.
Comment #7
crystaldawn commentedThe cbp module does this by way of deleting a blocked IP OR by setting a whitelist on an IP which you could then simply remove. It also has other features though, but it does have this functionality. It also clears the flood entries for a user if they use a "reset/one-time login" link as well. Oh, and it also uses this module as a dependency as well for the actual flood settings themselves since it does a good enough job with that.
Comment #8
heddnSo this doesn't get lost, here's my attempt to get a working filter. It didn't work. Maybe someone else can add the remaining parts, or maybe it isn't possible...
ERROR:
Comment #9
heddnAfter #8, I figured out what was needed for the filter. Let's give the full patch a whirl.
Comment #10
heddnFixed a logic error in the conditional check inside flood_control_operations_unlock_flood()
Comment #11
heddnComment #12
heddnComment #13
nwom commented#12 applied cleanly to the dev version and worked great! All that is required, is to add the VBO action to the Administration Users view when using Administration Views in combination with VBO as an example.
Comment #18
batigolixI close this because it is a request for the 7.x version.
Comment #19
damienmckennaThe D7 version is still listed as supported, is there a particular reason why you're not willing to commit the patch?
This patch was customized so it can apply to dev versions downloaded from d.o.
Comment #22
parisekOpened MR to easily merge this one, seems widely used in production
Thank you
Comment #24
fabianderijkThanks, this is merged into the 7 dev version
Comment #25
crystaldawn commentedJust in time for the D7 EOL. Impressive. Only took 11yrs to add...... to dev. Trying to figure out of the statement of "Better late than never" actually applies Lol
Comment #26
batigolix@crystaldawn : thanks for the feedback.
It may look like a joke that it took such a long time, but there is a reason for this.
For a long time, this module was maintained minimally. We only took over maintenance last year and started adding features and cleaning up the issue queue.
Comment #28
leducdubleuet commentedThis simply adds a vbo action which we can add on admin users views. If I am not mistaken, this does not add any UI to see who is locked, we still need the other module "flood_unblock" on Drupal 7 in order to have the UI at "admin/config/system/flood-unblock".
Or am I missing something?