Closed (fixed)
Project:
Login Security
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Oct 2007 at 22:15 UTC
Updated:
25 Oct 2007 at 23:22 UTC
Jump to comment: Most recent file
module creates access rule each time i try to login. I think it should check if ip is blocked already.
I run my drupal at localhost. And module create acess rule without mask ( it's blank ). Maybe it just can't determine ip?..
So i have multiple empty access rules. It's bad :)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | login_security_blank_ip_issue.patch | 2.84 KB | ilo |
Comments
Comment #1
ilo commentedFixed and update in the cvs.. there was a typo in the ip address variable being populated. There's no reason to control if the IP is denied in the access rule list.. just because if the IP is in, you can NOT access the site to login again :)
Thanks!!!
Comment #2
ilo commentedTested and working..