Re: A more useful list of common passwords?

2018-04-13 Thread James Bennett
One approach you might try is on every test run, randomly select some lines from the list of common passwords and verify they fail the validator. That way we know it's not just testing a single, fixed, contrived case. -- You received this message because you are subscribed to the Google Groups "

Re: A more useful list of common passwords?

2018-04-13 Thread Kelly
Hello! I am Kelly, a member of the group working on ticket #29274. We really appreciate your help thus far! We have successfully replaced the list of passwords and ran the unit tests with ./runtests.py. When looking at the CommonPasswordValidatorTest(TestCase) class found in https://github.c