<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Rails validation make sure your user passwords are strong</title>
	<link>http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/</link>
	<description>The Vixiom Blog :: Flex &#38; Flash on Rails</description>
	<pubDate>Wed,  7 Jan 2009 13:37:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: mb</title>
		<link>http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-32403</link>
		<dc:creator>mb</dc:creator>
		<pubDate>Sun, 30 Sep 2007 04:01:04 +0000</pubDate>
		<guid>http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-32403</guid>
		<description>I think the dot(.) in the funky char set must be escaped (like \.).</description>
		<content:encoded><![CDATA[<p>I think the dot(.) in the funky char set must be escaped (like \.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeoLabs &#187; Links for January 31st through June 26th</title>
		<link>http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-28196</link>
		<dc:creator>GeoLabs &#187; Links for January 31st through June 26th</dc:creator>
		<pubDate>Wed, 27 Jun 2007 20:58:26 +0000</pubDate>
		<guid>http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-28196</guid>
		<description>[...] Vixiom Axioms Â» Rails validation make sure your user passwords are strong - [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Vixiom Axioms Â» Rails validation make sure your user passwords are strong - [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-19660</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Fri, 16 Feb 2007 10:41:39 +0000</pubDate>
		<guid>http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-19660</guid>
		<description>validates_format_of :password, /^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).{8,15}$/</description>
		<content:encoded><![CDATA[<p>validates_format_of :password, /^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).{8,15}$/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
