From c559bd56026cd27c8afbdfe377e8f017175afb7d Mon Sep 17 00:00:00 2001
From: cktricky
- validates :password, :presence => true,
- :confirmation => true,
- :length => {:within => 6..40},
- :if => :password,
- :format => {:with => /\A.*(?=.{10,})(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[\@\#\$\%\^\&\+\=]).*\z/}
-
+validates :password, :presence => true,
+ :confirmation => true,
+ :if => :password,
+ :format => {:with => /\A.*(?=.{10,})(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[\@\#\$\%\^\&\+\=]).*\z/}
+