Solutions-Nitriques / anti_brute_force

Secure your Symphony CMS login page against brute force attacks
http://symphonyextensions.com/extensions/anti_brute_force/
Other
10 stars 12 forks source link

Adding IP address to colored list always results in my own IP being added #17

Closed michael-e closed 10 years ago

michael-e commented 10 years ago

No matter what I type into the input field, my own IP gets added to the colored list.

nitriques commented 10 years ago

Yeah there's couple of bugs in this. Could you try this:

Add your IP to the white list (this will require you to do it two times in order to make it work).

Than, check if your still being added.

michael-e commented 10 years ago

Adding my IP to the whitelist works on the first try for me (in Safari). But even then I can not add anything else to the list (nor can I add my IP twice).

Hope this helps.

nitriques commented 10 years ago

It's really weird, I'll try to check this today if I can. Thanks for reporting.

nitriques commented 10 years ago

Can you check if entering 1.1.1.1 adds your own ip, but entering 1.1.1.11 works ? This what I can reproduce right now, on the three lists.

michael-e commented 10 years ago

Confirmed!

nitriques commented 10 years ago

Great! Would you mind to try the latest version in the dev branch ? https://github.com/Solutions-Nitriques/anti_brute_force/tree/dev

If it fixes the bug, this will become release 1.3.4 !

michael-e commented 10 years ago

Bingo!

nitriques commented 10 years ago

Great! Thanks! I release it right now!

nitriques commented 10 years ago

https://github.com/Solutions-Nitriques/anti_brute_force/tree/v1.3.4

michael-e commented 10 years ago

Thanks, mate!

nitriques commented 10 years ago

You're welcome!