@wphelpcenter Mon-Fri - 8am-6pm Pacific

WordPress HelpCenter

Log in
Plugin Help, Support and Customization

User Locker Support


Installation Instructions

  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 :)

FAQ

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:

  • function user_locker_lock_user( $user_id, $reason = '' ) - Lock user account (user may unlock it by requesting new password). Parameters: User ID; New lock reason (may be empty string) or False to do not update lock reason. This function calls the user_locker_lock_user after locking user account with one parameter - User ID;
  • function user_locker_unlock_user( $user_id, $reason = false ) - Unlock user account. Parameters: User ID; New lock reason (may be empty string) or False to do not update lock reason. This function calls the user_locker_unlock_user after unlocking user account with one parameter - User ID;
  • function user_locker_disable_user( $user_id, $reason = '' ) - Disable user account (user cannot enable it, only admin can do this). Parameters: User ID; New disable reason (may be empty string) or False to do not update disable reason. This function calls the user_locker_disable_user after disabling user account with one parameter - User ID;
  • function user_locker_enable_user( $user_id, $reason = false ) - Enable user account. Parameters: User ID; New disable reason (may be empty string) or False to do not update disable reason. This function calls the user_locker_enable_user after enabling user account with one parameter - User ID;

Changelog

1.2

  • Allow to enter reason why user was locked or disabled;
  • Lock/Disable status can be displayed in single column as before (reason text is put in tooltip) or in two columns;
  • Added public functions and actions for simpler integration with other plugins (see plugin FAQ for more details);
  • Fix: plugin may not work if custom authentication method is user;
  • Marked as compatible with WP 3.2.x

1.1.13

  • Added Turkish translation (thanks Dincer YAMANLAR)

1.1.12

  • Added Arabic translation (thanks zaher kadour)

1.1.11

  • Added Dutch translation (thanks Alessandro)

1.1.10

  • Added icon to settings page

1.1.9

  • Added Italian translation (thanks Alessandro);
  • Code cleanup

1.1.8

  • Code cleanup

1.1.7

  • Marked as compatible with WP 2.9.x

1.1.6

  • Marked as compatible with WP 2.8.5

1.1.5

  • Added Belorussian translation (thanks ilyuha)

1.1.4

  • Added Russian translation (thanks Fat Cow)

1.1.3

  • Added French translation (thanks Gilles)

1.1.2

  • Added German translation (thanks GhostLyrics)
  • Marked plugin as tested with WP 2.8.1

1.1.1

  • Marked plugin as tested with WP 2.8

1.1

  • Added option to disable User Accounts (such users cannot login even if they know valid password);
  • Administrator can change Locked and Disabled statuses of User Account by editing user profile;
  • Display User Account status on User list (requires WP 2.8+).

1.0

  • Initial version

Help, Support & Customization for

User Locker

Call now: 720-288-0398

Using WordPress HelpCenter for help with User Locker supports Daniel Frużyński (the plugin developer).

Plugin Info

Current Version:
1.2
Minimum WordPress Version:
2.7
Tested up to WordPress Version:
3.2.9
Compatible with WordPress MU:
yes
Plugin Author:
Daniel Frużyński

WordPress.org Page

SVN Repository