Closed (fixed)
Project:
Flood control
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Oct 2022 at 11:58 UTC
Updated:
4 Nov 2022 at 11:34 UTC
Jump to comment: Most recent
In the FloodUnblockManager, the getEventIds method does not filter by event, meaning it returns event IDs from unrelated events, so if there's other custom modules in play - a clear of login related events clears out all of the other events too.
-
Filter by event
-
None
None
None
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
driskell commentedOK bit confused as it looks like the 2.2.x tags are on the 2.0.x branch and 2.2.x branch is missing some code. I'll change this to 2.0.x
Comment #4
driskell commentedAdded missing filter and also fixed up incorrect parameters on the interface
Comment #5
batigolixI reviewed & tested these changes.
@fabianderijk can you merge this?
Comment #6
batigolixComment #8
fabianderijkThe MR has been merged to the 2.0.x branch
Comment #9
batigolix@Driskell: Thanks for pointing this out. We'll fix this.