Statistics: Posted by intuitdesign — November 23rd, 2011, 11:30 am
Statistics: Posted by Jason Caldwell — November 23rd, 2011, 11:19 am
Statistics: Posted by intuitdesign — November 23rd, 2011, 10:00 am
Statistics: Posted by intuitdesign — November 21st, 2011, 12:47 pm
Hi there,
I have S2 member installed on my client's WordPress site. The other day, for the 2nd time since his launch in Aug, the back end log in page had a "Max number of login tries. Try again in a half hour" message. This message appeared for everyone going to the back end to log in, and the message was up before we tried to log in.
<?php
add_action ("ws_plugin__s2member_after_loaded", "s2_disable_brute_force_protection");
function s2_disable_brute_force_protection ()
{
$GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["max_failed_login_attempts"] = "0";
}
?>
Statistics: Posted by Jason Caldwell — November 21st, 2011, 12:31 pm
Statistics: Posted by intuitdesign — November 21st, 2011, 11:11 am
Well, s2Member can't display a message like this without first knowing what User/Member was trying to log in. In fact, WordPress won't even display an error on this screen without first having data posted. Is it possible that you have another plugin installed which is also attempting to control the max failed logins?intuitdesign wrote:
Thanks so much Cristián and Jason! Just to be clear, the 'Max Log Ins' message was up on the log in page before I entered anything or tried to log in. I don't know if this makes a difference. It appeared for about an hour then went away and we were able to log in. Could this be a hack attack making the message appear?
Statistics: Posted by Jason Caldwell — November 8th, 2011, 3:53 pm
Statistics: Posted by intuitdesign — November 7th, 2011, 11:05 am
<?php
add_filter("ws_plugin__s2member_disable_login_ip_restrictions", "__return_true");
?>
Statistics: Posted by Jason Caldwell — November 7th, 2011, 2:27 am
Statistics: Posted by intuitdesign — November 6th, 2011, 6:18 am
Statistics: Posted by Cristián Lávaque — November 5th, 2011, 9:48 pm
Statistics: Posted by intuitdesign — November 4th, 2011, 11:48 am