Do you have an option to log failed attempts turned On? It’s located under Settings => General.
Can you try the following:
Edit simple-login-log.php line #138 should look like this:
add_action( 'wp_login_failed', array(&$this, 'login_failed') );
substitute it with this:
add_action( 'wp_login_failed', array(&$this, 'login_failed'), 1 );
Let me know if it changes anything or not. Thanks!
I just installed the User Locker. I kept all default settings and my plugin works just fine – logs successful and failed logins. What are your settings for the user locker?
Following is my setting of User Locker:
Maximum invalid login attempts before account locking:3
Default lock reason: blank
Show account lock/disable reason after login attempt: ticked
Clean lock/disable reason when user is unlocked/enabled: unticked
Show single status column: ticked
Ok. I have updated my User Locker settings to match yours. I tried to login under admin and subscriber user names – both successful and failed attempts are being logged correctly by my plugin.
I don’t experience the same issue as you’re describing. I assume that something else is causing the problem. De-activate all your plugins except for the User Locker and Simple Login Log – try if that works. If not – switch to the default theme (Twenty Ten or Eleven) and see if the plugins work correctly then.