• I have set my lockout times as follows:

    Max Retries 2
    Lockout Time 240 minutes
    Max Lockouts 2
    Extend Lockout 240 hours
    Reset Retries 3 hours

    However the lockout time seems to stay set at 5 minutes and the extended lockout is not working at all. The only solution I have found is to manually blacklist IP addresses that keep trying to break in.

    Any ideas?

    Steven

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor loginizer

    (@loginizer)

    Hi,

    Can you check Mysql for the following values in the wordpress ‘options’ table :
    loginizer_options

    It will be a serialized string of an array. Please post it here.

    Regards

    Thread Starter stevenfeldman

    (@stevenfeldman)

    Loginizer options are:

    a:6:{s:11:”max_retries”;i:2;s:12:”lockout_time”;i:1440000;s:12:”max_lockouts”;i:2;s:15:”lockouts_extend”;i:864000;s:13:”reset_retries”;i:10800;s:12:”notify_email”;i:6;}

    Thanks

    Steven

    Thread Starter stevenfeldman

    (@stevenfeldman)

    Hi @loginizer

    Any thoughts on why the lockout time etc are not working?

    Thx Steven

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Lockout time not working’ is closed to new replies.