<?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: Rails validation make sure your user passwords are strong</title>
	<atom:link href="http://blog.alastairdawson.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alastairdawson.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/</link>
	<description>Development with Flex, Ruby, Java, and More...</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:15:58 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mats Gard</title>
		<link>http://blog.alastairdawson.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/comment-page-1/#comment-1555</link>
		<dc:creator>Mats Gard</dc:creator>
		<pubDate>Wed, 14 Apr 2010 09:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-1555</guid>
		<description>Sorry, I forgot .* before \d in my last post, it should be like this:
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[^\da-zA-Z]).{8,15}$

Thanks:
http://www.rubular.com/</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot .* before \d in my last post, it should be like this:<br />
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[^\da-zA-Z]).{8,15}$</p>
<p>Thanks:<br />
<a href="http://www.rubular.com/" rel="nofollow">http://www.rubular.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats Gard</title>
		<link>http://blog.alastairdawson.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/comment-page-1/#comment-1554</link>
		<dc:creator>Mats Gard</dc:creator>
		<pubDate>Wed, 14 Apr 2010 09:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-1554</guid>
		<description>The &quot;funky charcters&quot; only include whitespace, another solution to ONLY allow \da-zA-Z, would be like this:
^(?=\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[^\da-zA-Z]).{8,15}$

If you need to add allowed characters (but not required) you could for example add &#039;+&#039; like this:
^(?=\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[^\da-zA-Z\+]).{8,15}$</description>
		<content:encoded><![CDATA[<p>The &#8220;funky charcters&#8221; only include whitespace, another solution to ONLY allow \da-zA-Z, would be like this:<br />
^(?=\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[^\da-zA-Z]).{8,15}$</p>
<p>If you need to add allowed characters (but not required) you could for example add &#8216;+&#8217; like this:<br />
^(?=\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[^\da-zA-Z\+]).{8,15}$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhailov</title>
		<link>http://blog.alastairdawson.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/comment-page-1/#comment-37</link>
		<dc:creator>Mikhailov</dc:creator>
		<pubDate>Tue, 06 Jan 2009 12:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-37</guid>
		<description>I&#039;ve wrote an article about generate random password before user has been saved
Please take a look:
http://railsgeek.com/2009/1/6/generate-random-password-in-rails</description>
		<content:encoded><![CDATA[<p>I&#8217;ve wrote an article about generate random password before user has been saved<br />
Please take a look:<br />
<a href="http://railsgeek.com/2009/1/6/generate-random-password-in-rails" rel="nofollow">http://railsgeek.com/2009/1/6/generate-random-password-in-rails</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mb</title>
		<link>http://blog.alastairdawson.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/comment-page-1/#comment-36</link>
		<dc:creator>mb</dc:creator>
		<pubDate>Sun, 30 Sep 2007 04:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-36</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.alastairdawson.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/comment-page-1/#comment-35</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 isPermaLink="false">http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-35</guid>
		<description>[...] Vixiom Axioms Â» Rails validation make sure your user passwords are strong - [...]</description>
		<content:encoded><![CDATA[<p>[...] Vixiom Axioms Â» Rails validation make sure your user passwords are strong &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://blog.alastairdawson.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/comment-page-1/#comment-34</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Fri, 16 Feb 2007 10:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vixiom.com/2006/08/12/rails-validation-make-sure-your-user-passwords-are-strong/#comment-34</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>
