1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00

Added additional insecure password test

This commit is contained in:
Knut Ahlers 2015-05-02 16:13:17 +02:00
parent d452f7d297
commit e1dac833df

View file

@ -9,6 +9,7 @@ func TestInsecurePasswords(t *testing.T) {
`ASEFSTDHQAEGFADF`: "Password with only uppercase characters was accepted.",
`135fach74nc94bd6`: "Password without uppercase characters was accepted.",
`235JGOA0YTVKS46S`: "Password without lowercase characters was accepted.",
`sdgAFfgADTSgafoa`: "Password without numeric characters was accepted",
`cKTn5mQXfasdS6qy`: "Password with pattern asd was accepted.",
`cKTn5mQXfdsaS6qy`: "Password with pattern dsa was accepted.",