I'm trying to put a password policy together for our users that complies with our company's requirements. I've run into a stumbling block. How can I prevent a user from creating a password using dictionary words? Any way to capture the input from the user when they create a new password and run that against a list of words?
Thanks,
Jason