<?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"
	>
<channel>
	<title>Comments on: restful_authentication howto, step-by-step (part 1)</title>
	<atom:link href="http://usefulfor.com/ruby/2008/05/17/restful_authentication-step-by-step-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://usefulfor.com/ruby/2008/05/17/restful_authentication-step-by-step-part-1/</link>
	<description>ruby goodness for your daily needs</description>
	<pubDate>Tue, 06 Jan 2009 20:47:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mikhailov</title>
		<link>http://usefulfor.com/ruby/2008/05/17/restful_authentication-step-by-step-part-1/#comment-168</link>
		<dc:creator>Mikhailov</dc:creator>
		<pubDate>Tue, 06 Jan 2009 18:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.nomejortu.com/ruby/restful_authentication-step-by-step-part-1#comment-168</guid>
		<description>http://www.railsgeek.com/2009/1/6/generate-random-password-in-rails
I am using Restful_authentication plugin for one of my projects.
As part of my user creation workflow, system should to generate a random password for the new user.
So, look at my password creation behaviour:
* generate uncrypted password
* send this with e-mail notification
* crypt the password</description>
		<content:encoded><![CDATA[<p><a href="http://www.railsgeek.com/2009/1/6/generate-random-password-in-rails" rel="nofollow">http://www.railsgeek.com/2009/1/6/generate-random-password-in-rails</a><br />
I am using Restful_authentication plugin for one of my projects.<br />
As part of my user creation workflow, system should to generate a random password for the new user.<br />
So, look at my password creation behaviour:<br />
* generate uncrypted password<br />
* send this with e-mail notification<br />
* crypt the password</p>
]]></content:encoded>
	</item>
</channel>
</rss>
