is there a way to don't let users to change their password to easy ones?
it could be based on:
1) number of chars - at least 5
2) different chars (ie, aaaaaa is not a good pass) - at least 4
3) not based on username
4) not on a password list ("test", "qwert", "asdf", etc.
5) not patterns ("1234", "abcd") - probably could be checked by variance between the ASC values
well... that's just some of them
if DA doesn't have it, is it possible to use an "API" do check if the user can set the wanted password?
thanks
it could be based on:
1) number of chars - at least 5
2) different chars (ie, aaaaaa is not a good pass) - at least 4
3) not based on username
4) not on a password list ("test", "qwert", "asdf", etc.
5) not patterns ("1234", "abcd") - probably could be checked by variance between the ASC values
well... that's just some of them
if DA doesn't have it, is it possible to use an "API" do check if the user can set the wanted password?
thanks