public
Description: Enforce password strength requirements like length and randomness
Homepage:
Clone URL: git://github.com/sevenscale/strong_passwords.git
ivey (author)
Thu May 28 22:02:31 -0700 2009
commit  bacef58934c5c3e75f5d48f86896b3c8eec0ce85
tree    ab45aba2e3c033e8f9dfa1484572973e7d0cdaa9
parent  36b555daecd757305c0f4a2f5f8359321c29b27e
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
directory lib/
directory test/
README
StrongPasswords
===============

Simple validation for strong passwords in your models.


Example
=======

class User < ActiveRecord::Base
  validates_strength_of :password
end

Author
======

Michael D. Ivey <ivey@gweezlebur.com>


Copyright (c) 2009 SevenScale, released under the MIT License.