-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lcm password policy #8
Comments
What do you mean? What is checkpwd supposed to do exactly? |
Checkpwd.py is the script in andreatsh's branch that checks the strength of the pw inserted by users. As I said, I think it should also verify that none of the user details have been used to create the password, e.g. name, login and so on. |
If we want something very though we could use zxcvbn. This is the package Dropbox uses. It's reliable, high-customizable, and provides indications on how the user can improve his password if requirements are not met. |
Many people have problems with the current password policy, which actually is known not to be the best one. What about switching to XKCD 936 improved with symbols standard? |
What is the policy we want to apply, i.e. how to implement checkpwd.py?
Beside what AndreaTsh has already done, I think that we should at least look for exact matches of name, surname and login, as it is in the current version of userconf.
The text was updated successfully, but these errors were encountered: