I dropped the dictionary lookup. By enforcing a certain password
complexity, no dictionary word can match anyway. Eg. computer and
Computer is invalid, cOmputer or computer2 is not.

Configuration for minimum length will be added! I'm not sure yet about
maximum length, but I'll keep that in mind.

Thanks Jake!

Jörn

On Thu, Aug 21, 2008 at 3:21 PM, Jake McGraw <[EMAIL PROTECTED]> wrote:
>
> Couple of things:
>
> 1. Can we get some kind of interaction with an Ajax dictionary for common 
> words.
> 2. Options: {minimum:4, maximum:16, ... }
>
> - jake
>
> On Thu, Aug 21, 2008 at 9:12 AM, Jörn Zaefferer
> <[EMAIL PROTECTED]> wrote:
>> Hi jQueryans,
>>
>> I'd like to share a preview of a validation extension for validating
>> passwords, combined with a password strength meter. Preview means the
>> API is subject to change, code may be more buggy than usual, etc. pp.
>>
>> Code is here: http://dev.jquery.com/view/trunk/plugins/validate.password/
>> A demo here: http://dev.jquery.com/view/trunk/plugins/validate.password/demo/
>> To get an idea how passwords are rated, check out the tests:
>> http://dev.jquery.com/view/trunk/plugins/validate.password/test/rating.js
>>
>> To use, include the jquery.validate.password files (js and css) and
>> put the strength meter markup somewhere in your form (see demo
>> markup). Add a rule "password" to your password field (removed
>> required rule if present).
>>
>> Looking forward to your feedback!
>>
>> Jörn
>>
>

Reply via email to