<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kdmurray.blog &#187; prevent</title>
	<atom:link href="http://kdmurray.net/tag/prevent/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Sun, 20 May 2012 21:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Disable Anonymous Edits in MediaWiki</title>
		<link>http://kdmurray.net/2008/10/14/disable-anonymous-edits-in-mediawiki/</link>
		<comments>http://kdmurray.net/2008/10/14/disable-anonymous-edits-in-mediawiki/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 09:25:00 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[anonymous]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[edits]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=430</guid>
		<description><![CDATA[It didn&#8217;t take me forever to find this, but I felt it was simple enough that it bore re-posting.  If you&#8217;ve ever wanted to disable anonymous editing of articles in a mediawiki-based wiki (the ones that look &#38; feel like wikipedia&#8230;) there&#8217;s a simple one-line fix: In your LocalSettings.php file, add this to the bottom: [...]]]></description>
			<content:encoded><![CDATA[<p>It didn&#8217;t take me forever to find this, but I felt it was simple enough that it bore re-posting.  If you&#8217;ve ever wanted to disable anonymous editing of articles in a mediawiki-based wiki (the ones that look &amp; feel like wikipedia&#8230;) there&#8217;s a simple one-line fix:</p>

<p>In your LocalSettings.php file, add this to the bottom:
<code>#Disable Anonymous Editing
$wgGroupPermissions['*']['edit'] = false;</code></p>

<p>It should be noted that this fix is for MediaWiki 1.5 and later.  If you want some ideas on additional things that you can do with MediaWiki security, check out the <a href="http://www.mediawiki.org/wiki/Manual:Preventing_access">MediaWiki Manual</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/10/14/disable-anonymous-edits-in-mediawiki/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 333/370 objects using disk: basic

Served from: kdmurray.net @ 2012-05-23 19:06:48 -->
