While we don't have yet clear how the final user interface will look like, I'll be moving the current working parts to Drupal 7 after the code freeze. In any case, something should be considered:

#485974: Improved security: rate limit login attempts.

Part of the functionality of this module has been introduced into flood protection. Although they are not configurable, they may disrupt the module operation, so the settings and validators could be modified a little bit.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lpalgarvio’s picture

flood_control provides a admin interface in D7.
http://drupal.org/project/flood_control

some of login_security functionalities are in D7 core.

lpalgarvio’s picture

Title: Port to D7 is on the way.. » Login Security » D7 port
exratione’s picture

FileSize
24.78 KB

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

AtomicTangerine’s picture

sub, love the practicality of this module, will see what I can do about testing thanks!

codeelegance’s picture

FileSize
23.84 KB

Here is a D7 Patch I've created:

deekayen’s picture

Status: Active » Fixed

committed #5. it's at least a good start for a -dev release, even if it's buggy.

Status: Fixed » Closed (fixed)

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