<?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: Require login to view a Wordpress site</title>
	<atom:link href="http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/</link>
	<description>Things you didn&#039;t know that you should know</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:46:12 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WP Require Auth plugin released &#171; Johnny Chadda .se</title>
		<link>http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/#comment-131557</link>
		<dc:creator>WP Require Auth plugin released &#171; Johnny Chadda .se</dc:creator>
		<pubDate>Fri, 13 Nov 2009 23:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/?p=1186#comment-131557</guid>
		<description>[...] effectively replaces my little hack for doing this earlier on.  Tagged as: authentication, plugin, security, wordpress Leave a comment  [...]</description>
		<content:encoded><![CDATA[<p>[...] effectively replaces my little hack for doing this earlier on.  Tagged as: authentication, plugin, security, wordpress Leave a comment  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Chadda</title>
		<link>http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/#comment-130914</link>
		<dc:creator>Johnny Chadda</dc:creator>
		<pubDate>Fri, 30 Oct 2009 12:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/?p=1186#comment-130914</guid>
		<description>You can get the posts using the RSS feed for instance and from there, retrieve the links for different post listings. I guess there could be a plugin available that does this in a better way. I might write one otherwise, when I have time.</description>
		<content:encoded><![CDATA[<p>You can get the posts using the RSS feed for instance and from there, retrieve the links for different post listings. I guess there could be a plugin available that does this in a better way. I might write one otherwise, when I have time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Wann</title>
		<link>http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/#comment-130878</link>
		<dc:creator>Craig Wann</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/?p=1186#comment-130878</guid>
		<description>&quot;Note that if you want to be completely sure that no one can retrieve any information without authenticating you need to either modify the Wordpress core files, or use some other type of authentication outside of the Wordpress code, such as a basic auth in the webserver.&quot;

How would someone go about retrieving my information if I don&#039;t use any outside authentication? I want to understand the vulnerabilities before I implement this.</description>
		<content:encoded><![CDATA[<p>&#8220;Note that if you want to be completely sure that no one can retrieve any information without authenticating you need to either modify the Wordpress core files, or use some other type of authentication outside of the Wordpress code, such as a basic auth in the webserver.&#8221;</p>
<p>How would someone go about retrieving my information if I don&#8217;t use any outside authentication? I want to understand the vulnerabilities before I implement this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Chadda</title>
		<link>http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/#comment-129777</link>
		<dc:creator>Johnny Chadda</dc:creator>
		<pubDate>Wed, 07 Oct 2009 19:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/?p=1186#comment-129777</guid>
		<description>Great that it works! :-)</description>
		<content:encoded><![CDATA[<p>Great that it works! <img src='http://johnny.chadda.se/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobes</title>
		<link>http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/#comment-129764</link>
		<dc:creator>Tobes</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/?p=1186#comment-129764</guid>
		<description>Thanks!
I used this on my blog too, like ws0x9 I had better luck with it in the header file!</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
I used this on my blog too, like ws0&#215;9 I had better luck with it in the header file!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Chadda</title>
		<link>http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/#comment-127934</link>
		<dc:creator>Johnny Chadda</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/?p=1186#comment-127934</guid>
		<description>It&#039;s probably best not to modify the core files since they will be overwritten on update. Are you sure that you are putting the code at the top of the theme files? Directly after &lt;?php</description>
		<content:encoded><![CDATA[<p>It&#8217;s probably best not to modify the core files since they will be overwritten on update. Are you sure that you are putting the code at the top of the theme files? Directly after &lt;?php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ws0x9</title>
		<link>http://johnny.chadda.se/2009/07/10/require-login-to-view-a-wordpress-site/#comment-127933</link>
		<dc:creator>ws0x9</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://johnny.chadda.se/?p=1186#comment-127933</guid>
		<description>I had better luck putting your code into:

wp-blog-header.php

right uder where wordpress loads:

wp();

Putting it in the template kept giving me errors that the header was already sent.</description>
		<content:encoded><![CDATA[<p>I had better luck putting your code into:</p>
<p>wp-blog-header.php</p>
<p>right uder where wordpress loads:</p>
<p>wp();</p>
<p>Putting it in the template kept giving me errors that the header was already sent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
