Closed (fixed)
Project:
Login Security
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2009 at 20:59 UTC
Updated:
26 Jun 2014 at 14:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lpalgarvio commentedflood_control provides a admin interface in D7.
http://drupal.org/project/flood_control
some of login_security functionalities are in D7 core.
Comment #2
lpalgarvio commentedComment #3
exratione commentedSince I'm both nice and in a hurry, I'm attaching my rough D7 port of Login Security. Works for me on D7.4, with the caveat that I'm (a) using a very narrow set of its features, (b) not porting the test code, and (c) using Flood Control to bump up the D7 built in failed login block so that Login Security can work.
[i.e. if you want Login Security to be kicking people out of the pool on three failed logins, you'll need to use Flood Control to increase the D7 flood control to 4 or higher failed logins, as it will otherwise step in first and cut Login Security out of the picture.]
So there are no doubt some good bugs in there.
Comment #4
AtomicTangerine commentedsub, love the practicality of this module, will see what I can do about testing thanks!
Comment #5
codeelegance commentedHere is a D7 Patch I've created:
Comment #6
deekayen commentedcommitted #5. it's at least a good start for a -dev release, even if it's buggy.