Active
Project:
Login Security
Version:
7.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2015 at 03:03 UTC
Updated:
1 Nov 2015 at 23:31 UTC
Jump to comment: Most recent
I used the D6 version for a long time, and just installed the D7 version.
I disabled LoginTobaggan when I realized Login Security (v. 7x-1.9) was not working at all. It still did nothing afterwards.
- No message when login attempts are boggus ;
- Relevant table in database stores no data at all ;
- No effect whatsoever.
I also tried using testing with my cell phone data Internet so I was using an IP that is different than my UID1 computer. Nothing.
Uninstalled.
Comments
Comment #2
psiegel commentedHello,
Just tried the module as well and have the exact same problem, with login tobogan and an out of the box Drupal core 7.39.
Any suggestions?
Best,
Pascal
Comment #3
c470ip commentedSame thing here, no messages-no blocking. Just tried to setup blocking host after 5 failed attempts to login in 24 hours window, no success.
Drupal core 7.35 (cannot upgrade to the latest till crucial bugfix happens).
Comment #4
schrammos commentedI found out, that if you have logintoboggan with "login via email" enabled, this does not work together with login security. Login security adds it's validate handler before the logintoboggan validate handler, but logintoboggan's validate handler has to come first, as it corrects the username in the form (where the user entered an email address, not a username). I fixed this in a hook form alter in my own module (which has to come AFTER both other modules) and resorted the validate functions like this:
This is only a workaround for making these two modules working together. Probably there is a better solution possible.
Comment #5
c470ip commentedI am not using logintoboggan or other modules interfering with login procedure, but have AES module installed. Could this be of some importance?