https://bugzilla.wikimedia.org/show_bug.cgi?id=3348
Tony Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Tony Thomas <[email protected]> --- Will adding a test for: *Password too short! ( < 8) *Password too long! ( > 20 ) *Password must include at least one number! ( !preg_match("#[0-9]+#", $pwd ) *Password must include at least one letter! ( !preg_match("#[a-z]+#", $pwd ) *Password must include at least one CAPS! ( !preg_match("#[A-Z]+#", $pwd ) *Password must include at least one symbol ( !preg_match("#\W+#", $pwd ) suffice ? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
