DW Block User Account

Plugin Banner

DW Block User Account

by Dango Web

Download
Description

If you have a large website with a lot of users or a small website with few users, and in some cases, such as user abuse or other reasons, you can block user, with this plugin. (user cannot enter to wp_admin.)
After blocking if the user is in his account, he will also be logged out.

  1. Upload plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Take advantage from user edit section to block the user
  1. User Status - user section

    User Status - user section

  2. User is Active - edit user

    User is Active - edit user

  3. User is blocked - edit user

    User is blocked - edit user

  4. Blocked message

    Blocked message

Nice! Please add do_shortcode

By dlx (deeluuxe) on March 5, 2023

Thanks for that plugin – works great!

I added do_shortcode in line 211 of block-user-account.php so the message can have a shortcode included then:

$user_message = do_shortcode( get_user_meta($userinfo->ID, 'user_status_message', true) );

It would be great if it could be improved a little more.

By aga2442 on September 26, 2022

I tested 2 more plugins with this feature. This plugin gave the best results. It would be great if it could be improved a little more. e.g; It would be great to see all blocked users on 1 page.

افزونه ساده و کارآمد

By Tara (taratnm) on August 3, 2022

در عین سادگی بسیار کارآمد است. ممنون

Active/Disactive in bluk action

By ahmadegbaria000 on March 5, 2021

Hi Very good plugin How can i active or disacrive user by bluk action? Without enter to user profile.. Thanks

افزونه عالی

By mahdirabiee on January 8, 2021

کاربردی است

Needs to some null checks

By proximity2008 on October 5, 2020

You can't just blindly hope that $_POST['user_status'] and $_POST['user_status_message'] are going to be there when you call bua_save_user_status It's causing notices in my dev environments.

Sorry, commented on wrong plugin

By Elja (eljaaa) on January 26, 2019

Sorry, commented on wrong plugin

1.4.0

  • Improved compatibility with WordPress 6.8

1.3.0

  • ADD Bulk Actions

1.2.3

  • ADD Block user with email
  • ADD disable/enable Message filed when Status to change.
  • Bugs fixed

1.1.0

  • Add Text input for block reasen to users edit page AND replace it with default login error
  • Add Block reasen Column to users table
  • Fix self blocking
  • Minor fixes

1.0.4

  • Minor fixes

1.0

  • Initial release.
Back to top