<?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: Step-by-step guide to Kohana 3 auth</title>
	<atom:link href="http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/</link>
	<description>When I read what I write I learn what I think</description>
	<lastBuildDate>Mon, 18 Mar 2013 17:20:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Antoine Lépée</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-103</link>
		<dc:creator>Antoine Lépée</dc:creator>
		<pubDate>Mon, 30 Jan 2012 21:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-103</guid>
		<description><![CDATA[Ok ! You just saved me a lot time with your comments :)]]></description>
		<content:encoded><![CDATA[<p>Ok ! You just saved me a lot time with your comments <img src='http://blog.mixu.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kohana 3.2 ORM-based user auth error: &#8220;ORM_Validation_Exception [ 0 ]: Failed to validate array&#8221; &#124; The High Castle</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-102</link>
		<dc:creator>Kohana 3.2 ORM-based user auth error: &#8220;ORM_Validation_Exception [ 0 ]: Failed to validate array&#8221; &#124; The High Castle</dc:creator>
		<pubDate>Fri, 13 Jan 2012 17:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-102</guid>
		<description><![CDATA[[...] I enabled the auth and ORM modules in my bootstrap, and configured it (with some help from Mixu&#8217;s tech blog: Step-by-step guide to Kohana 3 auth). [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] I enabled the auth and ORM modules in my bootstrap, and configured it (with some help from Mixu&#8217;s tech blog: Step-by-step guide to Kohana 3 auth). [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Murray</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-101</link>
		<dc:creator>William Murray</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-101</guid>
		<description><![CDATA[Sorry, I just noticed that step 3 says to change the password to char(64). Ignore my previous post.]]></description>
		<content:encoded><![CDATA[<p>Sorry, I just noticed that step 3 says to change the password to char(64). Ignore my previous post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Murray</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-100</link>
		<dc:creator>William Murray</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-100</guid>
		<description><![CDATA[I&#039;m using Kohana 3.2 and setting up the Auth module using ORM. I was having trouble with the login and found that the Auth SQL on the wiki (linked to from this page) is setting the password field in the user table to have a length of 50. However, the sha256 hashed password will generate a 64 character string. The Auth SQL needs to be fixed to set the password field length to 64 characters.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using Kohana 3.2 and setting up the Auth module using ORM. I was having trouble with the login and found that the Auth SQL on the wiki (linked to from this page) is setting the password field in the user table to have a length of 50. However, the sha256 hashed password will generate a 64 character string. The Auth SQL needs to be fixed to set the password field length to 64 characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pad</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-99</link>
		<dc:creator>Pad</dc:creator>
		<pubDate>Thu, 22 Dec 2011 16:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-99</guid>
		<description><![CDATA[Nice series of tuto.

I will use this as a basis to my learning of Kohana, i appreciate your work and how you present it.

Thanks, i&#039;ll put a link when my website will be on back to your work. I&#039;ll tell you when it comes..

See ya.]]></description>
		<content:encoded><![CDATA[<p>Nice series of tuto.</p>
<p>I will use this as a basis to my learning of Kohana, i appreciate your work and how you present it.</p>
<p>Thanks, i&#8217;ll put a link when my website will be on back to your work. I&#8217;ll tell you when it comes..</p>
<p>See ya.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arte</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-98</link>
		<dc:creator>Arte</dc:creator>
		<pubDate>Mon, 12 Sep 2011 08:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-98</guid>
		<description><![CDATA[And what if you want to rename your user table into something different? instead of users, you want to have &quot;admins&quot;?]]></description>
		<content:encoded><![CDATA[<p>And what if you want to rename your user table into something different? instead of users, you want to have &#8220;admins&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jturo</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-97</link>
		<dc:creator>jturo</dc:creator>
		<pubDate>Thu, 25 Aug 2011 19:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-97</guid>
		<description><![CDATA[@lyas Kazi: Well the post is based on 3.1, i, have you tried installing the 3.2 if so what was your experience like? from what i understand this is pretty much the same, the hash method is using a hash_hmac concatenating the string with the hash_key using the hash method defined in the configuration file.]]></description>
		<content:encoded><![CDATA[<p>@lyas Kazi: Well the post is based on 3.1, i, have you tried installing the 3.2 if so what was your experience like? from what i understand this is pretty much the same, the hash method is using a hash_hmac concatenating the string with the hash_key using the hash method defined in the configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jturo</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-96</link>
		<dc:creator>jturo</dc:creator>
		<pubDate>Thu, 25 Aug 2011 19:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-96</guid>
		<description><![CDATA[Well the post is based on 3.1, i, have you tried installing the 3.2 if so what was your experience like? from what i understand this is pretty much the same, the hash method is using a hash_hmac concatenating the string with the hash_key using the hash method defined in the configuration file.]]></description>
		<content:encoded><![CDATA[<p>Well the post is based on 3.1, i, have you tried installing the 3.2 if so what was your experience like? from what i understand this is pretty much the same, the hash method is using a hash_hmac concatenating the string with the hash_key using the hash method defined in the configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilyas Kazi</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-95</link>
		<dc:creator>Ilyas Kazi</dc:creator>
		<pubDate>Fri, 29 Jul 2011 10:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-95</guid>
		<description><![CDATA[Have u checked with Kohana 3.2 framework. It&#039;s seem to be quite different from what you are explaining here..

Do u hv any plan for kohana 3.2 authentication example ?]]></description>
		<content:encoded><![CDATA[<p>Have u checked with Kohana 3.2 framework. It&#8217;s seem to be quite different from what you are explaining here..</p>
<p>Do u hv any plan for kohana 3.2 authentication example ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrzej Ośmiałowski</title>
		<link>http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/#comment-94</link>
		<dc:creator>Andrzej Ośmiałowski</dc:creator>
		<pubDate>Thu, 12 May 2011 16:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mixu.net/?p=545#comment-94</guid>
		<description><![CDATA[It&#039;s now part of the ORM. Check it our: /ORM/classes/kohana/auth/orm.php.

@author - Depending on your needs, you should consider using sha512 instead of sha256.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s now part of the ORM. Check it our: /ORM/classes/kohana/auth/orm.php.</p>
<p>@author &#8211; Depending on your needs, you should consider using sha512 instead of sha256.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
