[jQuery] Re: Preview: Password validation and strength meter

2008-08-21 Thread Jörn Zaefferer
Positioning of the strength meter and additional markup, like links, is no problem at all. The markup must be provided by the user (it isn't generated by the script), so you can add anything you want and style it however you see fit. I'll add a zip download soon so that you can download the demo a

[jQuery] Re: Preview: Password validation and strength meter

2008-08-21 Thread Guy Fraser
Jörn Zaefferer wrote: > 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.passw

[jQuery] Re: Preview: Password validation and strength meter

2008-08-21 Thread Guy Fraser
Jörn Zaefferer wrote: > 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.passw

[jQuery] Re: Preview: Password validation and strength meter

2008-08-21 Thread Jörn Zaefferer
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.

[jQuery] Re: Preview: Password validation and strength meter

2008-08-21 Thread Jake McGraw
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 extensio