<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Topic: Disable user accounts</title>
		<link>https://wordpress.org/ideas/topic/disable-user-accounts</link>
		<description>WordPress Ideas &#187; Topic: Disable user accounts</description>
		<language>en-US</language>
		<pubDate>Sat, 10 Jun 2017 11:59:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="https://wordpress.org/ideas/rss/topic/disable-user-accounts" rel="self" type="application/rss+xml" />

		<item>
			<title>Gloak on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts/page/2#post-30947</link>
			<pubDate>Tue, 08 Nov 2016 05:02:45 +0000</pubDate>
			<dc:creator>Gloak</dc:creator>
			<guid isPermaLink="false">30947@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>you can block with .htaccess<br />
 IP specific: deny from 123.123.123.123</p>
<p>range:<br />
deny from 123.123.123 (everything in the last 3 spaces)
</p>]]></description>
					</item>
		<item>
			<title>thomaswm on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts/page/2#post-30575</link>
			<pubDate>Thu, 21 Jul 2016 01:20:10 +0000</pubDate>
			<dc:creator>thomaswm</dc:creator>
			<guid isPermaLink="false">30575@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I've opened a feature request on Trac:<br />
<a href="https://core.trac.wordpress.org/ticket/34615" rel="nofollow">https://core.trac.wordpress.org/ticket/34615</a>
</p>]]></description>
					</item>
		<item>
			<title>perthmetro on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts/page/2#post-29830</link>
			<pubDate>Sat, 05 Mar 2016 11:26:51 +0000</pubDate>
			<dc:creator>perthmetro</dc:creator>
			<guid isPermaLink="false">29830@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I agree it should be core. In Australia it is the law that you can easily remove all information from a website's database should you wish.
</p>]]></description>
					</item>
		<item>
			<title>Marco Almeida &#124; Webdados on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts/page/2#post-29829</link>
			<pubDate>Sat, 05 Mar 2016 11:19:12 +0000</pubDate>
			<dc:creator>Marco Almeida &#124; Webdados</dc:creator>
			<guid isPermaLink="false">29829@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This should be core.<br />
*Every* software / operating system / you name it, that has a Users table, has a enabled/disabled option.</p>
<p>"It is not a core feature that everyone needs - it therefore should be a plugin not core feature."<br />
jcnetsys, I respectfully do not agree at all. See above.</p>
<p>"disabling accounts should be a core feature. Although there are quite a few sites that may not think they need this, every site with more than one user potentially needs it. (...) Employees leave or change departments."<br />
sdaugherty, you are absolutely right.</p>
<p>"No role for this site (...) If they try to log in at this point, they will get a message that they do not have permissions to view this page."<br />
Jen, it is just not the same as "Disabled". It's a hack. If people understood that, this thread wouldn't exist.</p>
<p>"Removing the role trick works, but seems like a hack."<br />
Jared Atchison, It is a hack.</p>
<p>And please stop with all the IP non-sense. It's not even remotely the same issue we're talking about here.
</p>]]></description>
					</item>
		<item>
			<title>robbell99 on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts/page/2#post-27465</link>
			<pubDate>Sat, 08 Nov 2014 04:25:44 +0000</pubDate>
			<dc:creator>robbell99</dc:creator>
			<guid isPermaLink="false">27465@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>"No role for this site" simply DOESN'T work - I have tried this - it DOES NOT block a user login. Any other ideas?
</p>]]></description>
					</item>
		<item>
			<title>Jared Atchison on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts/page/2#post-25246</link>
			<pubDate>Thu, 29 Aug 2013 02:27:27 +0000</pubDate>
			<dc:creator>Jared Atchison</dc:creator>
			<guid isPermaLink="false">25246@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I just wanted to add to this for anyone who finds this via Google while searching on disabling user accounts.</p>
<p>Most of the existing solutions (some mentioned above) are rather poor. You don't need a plugin that creates a new table in your database just to disable users. Removing the role trick works, but seems like a hack.</p>
<p>Regardless, it's actually not hard to do. I ended up writing a plugin that does just that. It disabled the user account and it's simple - as in there is ONE setting simple. No plugin settings page, no adding new tables, no modifying your user listings screen - just the ability to disable user accounts.</p>
<p><a href="http://wordpress.org/plugins/disable-users/" rel="nofollow">http://wordpress.org/plugins/disable-users/</a>
</p>]]></description>
					</item>
		<item>
			<title>Rahul Balakrishna on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts/page/2#post-23171</link>
			<pubDate>Sun, 04 Nov 2012 10:06:36 +0000</pubDate>
			<dc:creator>Rahul Balakrishna</dc:creator>
			<guid isPermaLink="false">23171@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hello All,</p>
<p>Today i developed and uploaded a plugin as you wanted...</p>
<p>It manage the status of the user i.e. active or inactive permanently or for certain period of time...kept it quite simple</p>
<p>Follow the below url:</p>
<p><a href="http://wordpress.org/extend/plugins/user-status-manager/" rel="nofollow">http://wordpress.org/extend/plugins/user-status-manager/</a>
</p>]]></description>
					</item>
		<item>
			<title>Nice_one on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts/page/2#post-22467</link>
			<pubDate>Mon, 16 Jul 2012 22:58:38 +0000</pubDate>
			<dc:creator>Nice_one</dc:creator>
			<guid isPermaLink="false">22467@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The best thing to do is changing the role of the user you want to disable. If you want to band IP simply login to your CPanel ==&#62; Security ==&#62; Ip Deny manager. All you need to do add the ip and click add and it wont be able to visit your website until you remove the banned.</p>
<p>On more thing if the visitor changing the last digits of his IP </p>
<p>Like:</p>
<p>208.86.198.18</p>
<p>to </p>
<p>208.86.198.33</p>
<p>Then band 208.86.198 only and he want be able to come to your website even if he change them.</p>
<p>You can banned as many as you want from your Cpanel.
</p>]]></description>
					</item>
		<item>
			<title>perthmetro on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts#post-21371</link>
			<pubDate>Sun, 26 Feb 2012 06:19:38 +0000</pubDate>
			<dc:creator>perthmetro</dc:creator>
			<guid isPermaLink="false">21371@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Maybe it could say ... "No role for this site/disable user"
</p>]]></description>
					</item>
		<item>
			<title>niredo on "Disable user accounts"</title>
			<link>https://wordpress.org/ideas/topic/disable-user-accounts#post-21176</link>
			<pubDate>Sun, 29 Jan 2012 14:17:17 +0000</pubDate>
			<dc:creator>niredo</dc:creator>
			<guid isPermaLink="false">21176@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Jane Wells that's right. Thanks.
</p>]]></description>
					</item>

	</channel>
</rss>
