Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress Disable User Account?

Tags:

wordpress

I want to disable a user's account. When the user's account is disabled then the user should not able to login.

How can I disable user's accounts?

like image 916
Renish Khunt Avatar asked Nov 26 '13 09:11

Renish Khunt


2 Answers

Well you could just delete it. Alternatively, go to the Users dashboard panel and change the user's role to "-- No role for this site --"

enter image description here

like image 66
r3mainer Avatar answered Nov 15 '22 16:11

r3mainer


A quick Google search gave me the following plugin:

Disable Users

Once installed and activated, a checkbox appears on the user profile settings (only for admins). When checked, the users account will be disabled and they will be unable to login with the account. If they try to login, they are instantly logged out and redirected to the login page with a message that notifies them their account is disabled.

I think it's what you are looking for!

like image 1
Ines van Essen Avatar answered Nov 15 '22 15:11

Ines van Essen