Remove blocked after x logintryes

proxydesign

Visiolist-Fan
Hello,

I wonder how I can remove the feature that blocks after x try to login, and the user needs to wait for 1 hour to try again. Many of my "clients" gets angry because of that.

...and yes, I know it is not securityfriendly, but it is ok!:)

Hope you can help me. :)
 

proxydesign

Visiolist-Fan
Did solve this problem by myself, so if anyone finds this thread and is looking for the same thing, here is how you should do it:

Navigate to: sources/user_cpl.php
Remove the line 157: $TMPL['ip'] = $_SERVER['REMOTE_ADDR'];

And thats it:)
 
Top