";var a=strCount(b);if(passRequirements.min&&((b==null)||(b.length
"}if(passRequirements.max&&((b==null)||(b.length>passRequirements.max))){c+="Maximum length of "+passRequirements.max+"
"}if(passRequirements.upper&&((b==null)||(a.upper
"}if(passRequirements.lower&&((b==null)||(a.lower
"}if(passRequirements.numeric&&((b==null)||(a.numeric
"}if(passRequirements.nonalpha&&((b==null)||(a.nonalpha
"}c+="
";return c}function checkPasswordStrength(e){var f=0,d={},g=0,h={digits:/\d/.test(e),lower:/[a-z]/.test(e),upper:/[A-Z]/.test(e),nonWords:/\W/.test(e)};if(!e){return 0}for(var b=0;b