<?xml version="1.0" encoding="utf-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Disable Anonymous Editing in MediaWiki</title>
	<atom:link href="http://www.thejackol.com/2007/02/16/disable-anonymous-editing-in-mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com/2007/02/16/disable-anonymous-editing-in-mediawiki/</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:05:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Héctor Carrasco</title>
		<link>http://www.thejackol.com/2007/02/16/disable-anonymous-editing-in-mediawiki/comment-page-1/#comment-76538</link>
		<dc:creator>Héctor Carrasco</dc:creator>
		<pubDate>Thu, 13 Sep 2007 05:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/2007/02/16/disable-anonymous-editing-in-mediawiki/#comment-76538</guid>
		<description>Thanks, just one thing: please be care about the quotation marks. They look similar but are different

$wgGroupPermissions[’*’][‘edit’] = false;
$wgGroupPermissions[&#039;*&#039;][&#039;edit&#039;] = false;</description>
		<content:encoded><![CDATA[<p>Thanks, just one thing: please be care about the quotation marks. They look similar but are different</p>
<p>$wgGroupPermissions[’*’][‘edit’] = false;<br />
$wgGroupPermissions[&#8217;*&#8217;][&#8216;edit&#8217;] = false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.thejackol.com/2007/02/16/disable-anonymous-editing-in-mediawiki/comment-page-1/#comment-47944</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 26 Feb 2007 13:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/2007/02/16/disable-anonymous-editing-in-mediawiki/#comment-47944</guid>
		<description>This is a better solution:

By adding the following line to LocalSettings.php, it is possible to entirely disable anonymous edits:

Pre-1.5:
# Entirely disable Anonymous Edits in Wiki versions 1.4 and before
$wgWhitelistEdit = true;

Note that you have to add this to the end of the LocalSettings.php file, just above the closing &quot;?&gt;&quot; for it to work properly.

1.5 upwards:
# This snippet prevents editing from anonymous users
$wgGroupPermissions[&#039;*&#039;][&#039;edit&#039;] = false;

From http://meta.wikimedia.org/wiki/Preventing_Access#Disable_anonymous_edits</description>
		<content:encoded><![CDATA[<p>This is a better solution:</p>
<p>By adding the following line to LocalSettings.php, it is possible to entirely disable anonymous edits:</p>
<p>Pre-1.5:</p>
<ol>
<li>Entirely disable Anonymous Edits in Wiki versions 1.4 and before</li>
</ol>
<p>
$wgWhitelistEdit = true;</p>
<p>Note that you have to add this to the end of the LocalSettings.php file, just above the closing &#8220;?&gt;&#8221; for it to work properly.</p>
<p>1.5 upwards:</p>
<ol>
<li>This snippet prevents editing from anonymous users</li>
</ol>
<p>
$wgGroupPermissions[&#8217;*&#8217;][&#8216;edit&#8217;] = false;</p>
<p>From <a href="http://meta.wikimedia.org/wiki/Preventing_Access#Disable_anonymous_edits" rel="nofollow">http://meta.wikimedia.org/wiki/Preventing_Access#Disable_anonymous_edits</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
