Brute force

Why would you want that? Someone not getting login right after 3 tries, something sure is fishy.
Maybe they should use "forgot password"
Else, wait an hour, then it gets unlocked
 
you need to hack the code to do that

sources/user_cpl.php

remove this line:
Code:
  $DB->query("INSERT INTO {$CONF['sql_prefix']}_ip_log (ip_address, timestamp) VALUES ('{$TMPL['ip']}','{$TMPL['timestamp']}')", __FILE__, __LINE__);
 
Back
Top