Open jedi58 opened 8 years ago
Don't allow passwords to use their username or common ones such as "letmein" or "Admin123"
Common passwords should not be detected - it has no value in dictionary based attacks. Making sure the username is not in the password though however is a valid check
Also look at https://symfony.com/doc/current/reference/constraints/NotCompromisedPassword.html
Don't allow passwords to use their username or common ones such as "letmein" or "Admin123"