easy passwords

Lem0nHead

Verified User
Joined
Nov 28, 2004
Messages
265
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
 
Not possible based on the way DA is designed (it's statically compiled close-source c++ code).

I suppose you could create your own skins without a password button, and then create your own password changing method; perhaps as a plugin.

Jeff
 
Back
Top