User Locker 1.2 Readme

This plugin sets limit for maximum number of invalid login attempts per user. When it is exceeded, user account becomes locked and the only way to unlock it is to request new password for it. This makes brute force and dictionary attacks nearly impossible.

Plugin Homepage: User Locker

Plugin Homepage on WordPress.org: User Locker

Author Homepage: Poradnik Webmastera

Author: Daniel Frużyński

Description

Default Wordpress installation is vulnerable to brute force and dictionary attacks, because there is no limit how many times user can use invalid password before finding the correct one. This plugin closes this security hole by introducing maximum number of invalid login attempts. When someone exceeds this number, his/her account becomes locked, and can be unlocked only by requesting new password (using Lost Password option) or asking Admin for help (he/she can do it too). This makes brute force and dictionary attacks nearly impossible.

You can also disable selected user accounts, so users will not be able to log in even if they will know password. You can use this feature to ban selected users.

You can also enter lock/disable reason for your further reference. When account is automatically blocked, plugin can automatically add lock reason (configurable). By default reason text is displayed on User List only; you can also display it for user after blocked login attempt. You have also option to keep some of them private - just start the reason text with '@' (AT sign).

Plugin also provides few public functions and actions for simpler integration with other plugins - see FAQ for more details.

Available translations:

Installation

  1. Upload user-locker directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure and enjoy :)

Frequently Asked Questions

How can I integrate my plugin with User Locker?

User Locker provides special functions (placed in "Public functions" section in code). I recommend to use them instead of calling methods of UserLocker class directly - the latter ones may change without any notice. There are also few hooks which you can use too.

There are following functions and hooks available:

Changelog

1.2

1.1.13

1.1.12

1.1.11

1.1.10

1.1.9

1.1.8

1.1.7

1.1.6

1.1.5

1.1.4

1.1.3

1.1.2

1.1.1

1.1

1.0