I have a similar password strength problem: My client would like to be able to require 2 of 3 conditions. That is,
* one or more alpha character
* one or more numeric characters
* one or more special characters (!@#$%^&*.?-_+=~`;:)
If any 2 of those are true, then the password is sufficiently complex.
And yes, I'm a regex noob... my eyes still glaze over at expressions > 5 characters. But I'm blown away at how powerful they are.
Thanks in advance,
== Ross-a-roni ==