Brute force

Basti

Administrator
Staff member
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
 

Mark

Administrator
Staff member
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__);
 
Top