Blucube
Forum Replies Created
-
Got it – that makes sense. Thank you!
I think it’s probably more likely this:
core/LimitLoginAttempts.php:848
if ( $this->get_option('notify_email_after') > $this->get_option( 'allowed_lockouts' ) )
$this->update_option( 'notify_email_after', $this->get_option( 'allowed_lockouts' ) );I was trying to set it to notify me after 5 lockouts, while “N lockouts increase lockout time to…” was set at 2. Think I’ve answered my own question there, although it’s not immediately obvious why notify_email_after can’t be > allowed_lockouts?
Thanks. I think you’re right, I think the “base” language is always assumed to be en-US, I just wanted to ask people who know the system better than I do in case it was something you can change!
Thanks. I’ve read that and it doesn’t answer the question. There’s nothing about setting the main/root/base/initial language. Unless the default language of a plugin must be English? That seems like an odd restriction if so.
Great – thank you!