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 :)

CommentFileSizeAuthor
#1 login_security_blank_ip_issue.patch2.84 KBilo

Comments

ilo’s picture

StatusFileSize
new2.84 KB

Fixed 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!!!

ilo’s picture

Assigned: Unassigned » ilo
Status: Active » Closed (fixed)

Tested and working..