<?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: Simple password protected administration with CodeIgniter</title>
	<atom:link href="http://icebergist.com/posts/simple-password-protected-administration-with-codeigniter/feed" rel="self" type="application/rss+xml" />
	<link>http://icebergist.com/posts/simple-password-protected-administration-with-codeigniter</link>
	<description>Exploring hidden depths of web apps business</description>
	<lastBuildDate>Thu, 17 Nov 2011 07:33:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
	<item>
		<title>By: Michael Wales</title>
		<link>http://icebergist.com/posts/simple-password-protected-administration-with-codeigniter/comment-page-1#comment-139</link>
		<dc:creator>Michael Wales</dc:creator>
		<pubDate>Tue, 30 Mar 2010 18:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://icebergist.com/?p=19#comment-139</guid>
		<description>Nice article and thanks for trying out ErkanaAuth. Unfortunately, the version you used is *really* old and no longer under development.

I invite you to check out ErkanaAuth 2.0a, which tackles authentication in just as easy a manner but takes a bit more control (like encrypting passwords). The version you used left *a lot* of stuff up to the developer and let them make common mistakes easily.

http://www.michaelwales.com/?s=ErkanaAuth</description>
		<content:encoded><![CDATA[<p>Nice article and thanks for trying out ErkanaAuth. Unfortunately, the version you used is *really* old and no longer under development.</p>
<p>I invite you to check out ErkanaAuth 2.0a, which tackles authentication in just as easy a manner but takes a bit more control (like encrypting passwords). The version you used left *a lot* of stuff up to the developer and let them make common mistakes easily.</p>
<p><a href="http://www.michaelwales.com/?s=ErkanaAuth" rel="nofollow">http://www.michaelwales.com/?s=ErkanaAuth</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobodan Kovačević</title>
		<link>http://icebergist.com/posts/simple-password-protected-administration-with-codeigniter/comment-page-1#comment-130</link>
		<dc:creator>Slobodan Kovačević</dc:creator>
		<pubDate>Tue, 26 Jan 2010 09:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://icebergist.com/?p=19#comment-130</guid>
		<description>I don&#039;t remember if Erkanaauth encrypts passwords. Either way password encryption is something that should be handled by Erkanaauth and not within program using it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t remember if Erkanaauth encrypts passwords. Either way password encryption is something that should be handled by Erkanaauth and not within program using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kodegeek</title>
		<link>http://icebergist.com/posts/simple-password-protected-administration-with-codeigniter/comment-page-1#comment-129</link>
		<dc:creator>kodegeek</dc:creator>
		<pubDate>Sat, 23 Jan 2010 11:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://icebergist.com/?p=19#comment-129</guid>
		<description>Oppps, it doesn&#039;t encrypt password!</description>
		<content:encoded><![CDATA[<p>Oppps, it doesn&#8217;t encrypt password!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://icebergist.com/posts/simple-password-protected-administration-with-codeigniter/comment-page-1#comment-120</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Tue, 11 Aug 2009 02:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://icebergist.com/?p=19#comment-120</guid>
		<description>Thanks a lot!  This is just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!  This is just what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobodan Kovačević</title>
		<link>http://icebergist.com/posts/simple-password-protected-administration-with-codeigniter/comment-page-1#comment-111</link>
		<dc:creator>Slobodan Kovačević</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://icebergist.com/?p=19#comment-111</guid>
		<description>If you added controller named Admin you should have admin/login URL available by default. Maybe you have something in your routes file that overrides admin/login route?</description>
		<content:encoded><![CDATA[<p>If you added controller named Admin you should have admin/login URL available by default. Maybe you have something in your routes file that overrides admin/login route?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Allnbrecht</title>
		<link>http://icebergist.com/posts/simple-password-protected-administration-with-codeigniter/comment-page-1#comment-110</link>
		<dc:creator>Peter Allnbrecht</dc:creator>
		<pubDate>Fri, 10 Apr 2009 20:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://icebergist.com/?p=19#comment-110</guid>
		<description>Good evening

First of all, thanks for this great tutorial.

I&#039;m just sick and tired.. hope you can help me..

After i implemented all required configurations, whitch are really similar to your example.. 

I just get a 404 error message, because admin/login is not available.

The only difference between our applications, is my database structur..
So i just fixed the Tablename and the ID-Row in the library file..

I hope you can help me..


Best regards
    ..from switzerland :-)</description>
		<content:encoded><![CDATA[<p>Good evening</p>
<p>First of all, thanks for this great tutorial.</p>
<p>I&#8217;m just sick and tired.. hope you can help me..</p>
<p>After i implemented all required configurations, whitch are really similar to your example.. </p>
<p>I just get a 404 error message, because admin/login is not available.</p>
<p>The only difference between our applications, is my database structur..<br />
So i just fixed the Tablename and the ID-Row in the library file..</p>
<p>I hope you can help me..</p>
<p>Best regards<br />
    ..from switzerland <img src='http://icebergist.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

