2008/10/6 Kai Engert <[EMAIL PROTECTED]>: > Wan-Teh Chang wrote: >> >> - The password must be at least seven characters long. >> - The password must consist of characters from three or more character >> classes (uppercase, lowercase, digits, etc.). >> > > > NSS rejects abcDEF7 although it matches your above description.
Sorry, I was too lazy to type the second requirement completely. It should read: - The password must consist of characters from three or more character classes. We define five character classes: digits (0-9), ASCII lowercase letters, ASCII uppercase letters, ASCII non-alphanumeric characters (such as space and punctuation marks), and non-ASCII characters. If an ASCII uppercase letter is the first character of the password, the uppercase letter is not counted toward its character class. Similarly, if a digit is the last character of the password, the digit is not counted toward its character class. So the 7 at the end of abcDEF7 is not counted. If you try 7abcDEF, it'll work. Wan-Teh _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto