While testing the plugin, My login in locked. how to reset.
In Database how I can Reset my account.
Please help.
Thanks!!!.
Hi,
I needed this kind of plugin, to disable users without removing them.
Unfortunately it does not work with WP 4.6.2
I tested it in a MU install, and network activated it. Disabled a testuser, but the user can still login.
Hello.
One of my admin users is getting locked almost every day and I have no clue why. Any ideas why is that happening?
Thanks in advance.
]]>..too bad its not maintained anymore … ??
]]>Another question, but much less vital.
I’ve noticed that sometimes the User List shows “No/Yes” (or Yes/No), and sometimes it displays “No/Yes*)“
Is this an artifact of development or is it meaningful to the Administrator?
Thanks!
]]>I realize there’s not a lot of activity on this support forum, but I’m going to try this anyway.
User Locker is working fine except it will not display my custom message when a user is locked out.
I entered the custom message in the Settings which tells the user to contact support for assistance. When I tested by entering a wrong password five times in a row, my test user sees the default message suggesting they reset their password. They don’t have the option to reset their password.
When I looked in the test user’s profile, my custom message displays in the reason field, but it doesn’t display to the user who’s locked out.
How can I get my custom message to display? Thanks!
]]>I have the es_ES spanish translation for the plugin. Please, give me a way to send it to you.
Regards and thanks!
]]>This plugin just locked me out of my website. I set it to 1 try to test it, did one login and now it will not unlock my account no matter what I do. The password recovery method on it DOES NOT WORK!!!!!
]]>Hi!
REALLY like your plugin (and I try to avoid them whenever I can.)
I’m adding a custom user row action in my All User section of the admin panel…do you have a public-facing function like the ones you mentioned int he FAQ that will return a boolean to test for the current state of the user, something like:
is_user_disabled( $uid )
or
is_user_locked( $uid )
If not, can you recommend the best way to test for these conditions?
THANKS!!
]]>Hello,
My website has no login for users. But the massive attack on the admin login is also possible and should be limited. Can the plugin be used this way ?
Other question: how is the user identified ? ip ?
?? gabier1
]]>Hello,
With the recent brute force attempts, I wanted a locking feature for any asshatery that could arise. After enabling this plugin on one of the sites I managed, I managed to thwart the opposition. Although, it may have not been the botnet, it still secured the Super Admin account by locking it.
I was wondering and figured I’d make a suggestion, could User Locker be modified in a way to be used in /wp-content/mu-plugins directory? Think of a multisite setup that needs this across many sites/blogs.
]]>I did a translation in pt_BR, I’m available on my page https://www.ividal.net/wp/user-locker/lang/user-locker-pt_BR.zip
]]>I am not seeing the status update within the All Users list. The headings are there, but when someone gets locked out it does not show up unless I go to the individual user’s page.
]]>Has this plugin been tested with WordPress 3.4.2? Any issues? It looks like what I need but I see it hasn’t been updated in a while. Any future updates in the works? Any needed?
Thanks for your time.
LC
Where is the ‘locked’ information stored? I had a look in the database but could not see anything relating.
Basically I’ve another plugin which I want to integrate with this one. I just would like to know where the ‘locked’ info is.
Thanks,
Versi
]]>The User locking section is hidden if a user has been locked or disabled.
BTW any easy way to make this MU so a disable is network wide?
]]>A very nice plugin, but it has a ‘logic’ bug.
The bad attempts counter per user is not reset after a valid login or after a password-reset.
The relevant function $this->unlock_user() is called in both cases:
// Unlock account for given user
function unlock_user( $user_id, $reason = false ) {
$old_status = $this->is_user_locked( $user_id );
// Update status
if ( $old_status ) {
update_user_option( $user_id, 'ul_bad_attempts', 0, false );
update_user_option( $user_id, 'ul_locked', false, false );
}
Current situation: The field ‘ul_bad_attempts’ is only reset if the account was locked before ($old_status == TRUE).
Expected situation: The field ‘ul_bad_attempts’ should be also reset after a valid login with the account not (yet) locked.
Thanks for a fix.
]]>Great plugin, but, not showing “locked status” in user account area. Any chance of an update….?
]]>Where do I send the translation I did of this plugin?
]]>