<?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: CodeIgniter 1.6.x OpenID module</title>
	<atom:link href="http://www.tommylacroix.com/2008/06/25/codeigniter-16x-openid-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommylacroix.com/2008/06/25/codeigniter-16x-openid-module/</link>
	<description>Personal Blog</description>
	<lastBuildDate>Wed, 21 Oct 2009 21:44:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeroen</title>
		<link>http://www.tommylacroix.com/2008/06/25/codeigniter-16x-openid-module/comment-page-1/#comment-4626</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Wed, 05 Aug 2009 05:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=61#comment-4626</guid>
		<description>After spending the whole day looking for why this didn&#039;t work on my machine I figured out that in the file libraries/ciopenid.php, in the function [code]pre_system_hook()[code], the call to [code]$this-&gt;OpenIDConsumer-&gt;complete[/code] needs an attribute called current_url.

This value should be equal to the value openid_return_to which is returned by the OpenId server.

I hacked it as follows:

[code]
$return_url = $_GET[&#039;openid_return_to&#039;];

// Save response
$this-&gt;response = $this-&gt;OpenIDConsumer-&gt;complete($return_url);
[/code]</description>
		<content:encoded><![CDATA[<p>After spending the whole day looking for why this didn&#8217;t work on my machine I figured out that in the file libraries/ciopenid.php, in the function [code]pre_system_hook()[code], the call to [code]$this-&gt;OpenIDConsumer-&gt;complete[/code] needs an attribute called current_url.</p>
<p>This value should be equal to the value openid_return_to which is returned by the OpenId server.</p>
<p>I hacked it as follows:</p>
<p>[code]<br />
$return_url = $_GET['openid_return_to'];</p>
<p>// Save response<br />
$this-&gt;response = $this-&gt;OpenIDConsumer-&gt;complete($return_url);<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyaw kyaw naing</title>
		<link>http://www.tommylacroix.com/2008/06/25/codeigniter-16x-openid-module/comment-page-1/#comment-137</link>
		<dc:creator>kyaw kyaw naing</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=61#comment-137</guid>
		<description>Thank you very much.

CodeIgniter is very cool. It is a good citizen, working nicely with so many other frameworks/modules.
No doubt, Rasmus recommends it, next to his &quot;no-framework&quot; framework.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
<p>CodeIgniter is very cool. It is a good citizen, working nicely with so many other frameworks/modules.<br />
No doubt, Rasmus recommends it, next to his &#8220;no-framework&#8221; framework.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlacroix</title>
		<link>http://www.tommylacroix.com/2008/06/25/codeigniter-16x-openid-module/comment-page-1/#comment-63</link>
		<dc:creator>tlacroix</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=61#comment-63</guid>
		<description>Hehe, yeah, I should give a shot to Kohana too, but no time and there was a lack of doc the last time I checked. Anyhow, thanks for stopping by :-)</description>
		<content:encoded><![CDATA[<p>Hehe, yeah, I should give a shot to Kohana too, but no time and there was a lack of doc the last time I checked. Anyhow, thanks for stopping by <img src='http://www.tommylacroix.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rémi Prévost</title>
		<link>http://www.tommylacroix.com/2008/06/25/codeigniter-16x-openid-module/comment-page-1/#comment-62</link>
		<dc:creator>Rémi Prévost</dc:creator>
		<pubDate>Fri, 04 Jul 2008 17:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=61#comment-62</guid>
		<description>Whoa, thanks for improving my code! I never really had the time to make it better — that and also the fact that I don&#039;t like CI anymore :)

Good luck!</description>
		<content:encoded><![CDATA[<p>Whoa, thanks for improving my code! I never really had the time to make it better — that and also the fact that I don&#8217;t like CI anymore <img src='http://www.tommylacroix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
