<?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>Reacties op: WordPress plugin: Authentication</title>
	<atom:link href="http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-plugin-authentication</link>
	<description>This is the personal blog and thoughts of Klaas Cuvelier, a young webdeveloper from Ghent</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:39:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Door: Klaas Cuvelier</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-6876</link>
		<dc:creator>Klaas Cuvelier</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-6876</guid>
		<description>That&#039;s actually something I didn&#039;t think of yet. I&#039;ll try to implement it as soon as possible. Thanks for the idea, I&#039;ll keep you posted</description>
		<content:encoded><![CDATA[<p>That&#8217;s actually something I didn&#8217;t think of yet. I&#8217;ll try to implement it as soon as possible. Thanks for the idea, I&#8217;ll keep you posted</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Andrew</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-6872</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 02 Feb 2012 01:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-6872</guid>
		<description>Klaas,

How would one go about creating a link to logout (clear the session and prevent &#039;back&#039;) and return the user to the login page?</description>
		<content:encoded><![CDATA[<p>Klaas,</p>
<p>How would one go about creating a link to logout (clear the session and prevent &#8216;back&#8217;) and return the user to the login page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Klaas Cuvelier</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-5948</link>
		<dc:creator>Klaas Cuvelier</dc:creator>
		<pubDate>Thu, 01 Dec 2011 20:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-5948</guid>
		<description>@Rob, I&#039;ve updated the code!</description>
		<content:encoded><![CDATA[<p>@Rob, I&#8217;ve updated the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Klaas Cuvelier</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-5891</link>
		<dc:creator>Klaas Cuvelier</dc:creator>
		<pubDate>Mon, 28 Nov 2011 08:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-5891</guid>
		<description>Great! 
I&#039;ll update the plugin on the website as soon as possible!
Thank you Rob.</description>
		<content:encoded><![CDATA[<p>Great!<br />
I&#8217;ll update the plugin on the website as soon as possible!<br />
Thank you Rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Rob Record</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-5856</link>
		<dc:creator>Rob Record</dc:creator>
		<pubDate>Fri, 25 Nov 2011 18:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-5856</guid>
		<description>Hi Klaas, I found that your plugin doesn’t redirect to the right URL if WP is installed in a subdirectory.

To fix this I made the following edits in the basic-authentication.php file:

at line 38 I added: 

$wp_dir = str_replace(&#039;http://&#039; . $_SERVER[&#039;HTTP_HOST&#039;], &#039;&#039;, site_url());
$redirect_url = $wp_dir . $url;	

and at (what is now) line 62 I changed urlencode($url) to urlencode($redirect_url)

Hope that helps! Great plugin, thanks for making it.</description>
		<content:encoded><![CDATA[<p>Hi Klaas, I found that your plugin doesn’t redirect to the right URL if WP is installed in a subdirectory.</p>
<p>To fix this I made the following edits in the basic-authentication.php file:</p>
<p>at line 38 I added: </p>
<p>$wp_dir = str_replace(&#8216;http://&#8217; . $_SERVER['HTTP_HOST'], &#8221;, site_url());<br />
$redirect_url = $wp_dir . $url;	</p>
<p>and at (what is now) line 62 I changed urlencode($url) to urlencode($redirect_url)</p>
<p>Hope that helps! Great plugin, thanks for making it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Klaas Cuvelier</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-5608</link>
		<dc:creator>Klaas Cuvelier</dc:creator>
		<pubDate>Fri, 21 Oct 2011 14:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-5608</guid>
		<description>Hi Philipp, 

Thanks for using my plugin and the feedback. I actually don&#039;t do any development on this plugin, but I might take a look at it next week.
I&#039;ve never heard of this problem, but I think it is caused by the fact WordPress is not installed in the root of your domain or you&#039;re doing some redirecting/cloaking of your domain.
Can you give me your exact setup so I can try to reproduce this if I have some time next week.

gr Klaas</description>
		<content:encoded><![CDATA[<p>Hi Philipp, </p>
<p>Thanks for using my plugin and the feedback. I actually don&#8217;t do any development on this plugin, but I might take a look at it next week.<br />
I&#8217;ve never heard of this problem, but I think it is caused by the fact WordPress is not installed in the root of your domain or you&#8217;re doing some redirecting/cloaking of your domain.<br />
Can you give me your exact setup so I can try to reproduce this if I have some time next week.</p>
<p>gr Klaas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Philipp</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-5553</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Sun, 16 Oct 2011 12:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-5553</guid>
		<description>Hey, the plugin is exactly what I am looking for, but after typing the right password the index.php is not found. Is this problem familiar and if so is there a solution? The URL I got redirected after typing the right password sounds strange,,,&quot;http://mydomain.de/folder/wordpress/http://adomaintheblogisredirctedto.de/&quot; ... but maybe this is right?</description>
		<content:encoded><![CDATA[<p>Hey, the plugin is exactly what I am looking for, but after typing the right password the index.php is not found. Is this problem familiar and if so is there a solution? The URL I got redirected after typing the right password sounds strange,,,&#8221;http://mydomain.de/folder/wordpress/http://adomaintheblogisredirctedto.de/&#8221; &#8230; but maybe this is right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Justin</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-4225</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 31 Mar 2011 09:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-4225</guid>
		<description>This is nice, however, I do see that when trying to log on this on a smartphone (Iphone) that it will never login. Do you know what could be going on? 

Thanks</description>
		<content:encoded><![CDATA[<p>This is nice, however, I do see that when trying to log on this on a smartphone (Iphone) that it will never login. Do you know what could be going on? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Justin</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-4215</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 29 Mar 2011 06:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-4215</guid>
		<description>This is a good plugin as I was looking to protect my blog from prying eyes. However, when I look at this on my smart phone (Iphone) it will never allow me to log on. Have you seen this before?</description>
		<content:encoded><![CDATA[<p>This is a good plugin as I was looking to protect my blog from prying eyes. However, when I look at this on my smart phone (Iphone) it will never allow me to log on. Have you seen this before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Door: Klaas Cuvelier</title>
		<link>http://www.cuvedev.net/2010/07/wordpress-plugin-authentication/comment-page-1/#comment-4141</link>
		<dc:creator>Klaas Cuvelier</dc:creator>
		<pubDate>Sun, 13 Mar 2011 18:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cuvedev.net/?p=901#comment-4141</guid>
		<description>@Rebecca, thx for the response.
At the moment I do not have enough time to build in an option to change login designs.
If you have some HTML and PHP knowledge, you might be able to do it yourself? It&#039;s all in basic-auth-login.php


gr Klaas</description>
		<content:encoded><![CDATA[<p>@Rebecca, thx for the response.<br />
At the moment I do not have enough time to build in an option to change login designs.<br />
If you have some HTML and PHP knowledge, you might be able to do it yourself? It&#8217;s all in basic-auth-login.php</p>
<p>gr Klaas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

