[jQuery] Re: [Plugin] Password Strength Meter

2007-10-19 Thread Mortimer
Hello, this is a very nice plugin. I made some additions to the options of the plugin to be able to specify ALL the strings of the display as 3 of them were hard coded in version 1.2. I have also modified a few things in the plugin to make other strength test: 1- if a passwords contains one of

[jQuery] Re: A few suggestions for the password strength plugin

2007-10-19 Thread Mortimer
Hello, I made a few modifications to the version 1.2 of the plugin to fix that: 1- if a passwords contains one of the common word (for example test=89, 12345bs, etc...) it gets a bad score 2- replaced the regexp for special characters with \W, as this will match more of the possible special chara