-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add a password quality check for the database password #5220
Description
Summary
When creating a new database, there're the plain password input fields without any quality checks. But the choice of this password is very essential since the secrecy of all the credentials depends on this password. Therefore there should be a quality check in place to guide the user with creating the password. The user could already do that in the password generator but the chances are good that we have a first-time user who doesn't even know how to handle that. It's also pretty counter-intuitive because auto-generating a password is not what a user wants in most cases.
Examples
I think having this bar under the first input field would help in the first place.

Bonus: But there could be some very simple hints for making the password better as well. It could be very generic like "add more length" or "avoid common patterns". This addition could be helpful in the other places where password strength is measured as well but might be subject for a separate request tho.
Context
I'm dealing with a lot of users who are not tech-savvy in non-profit organizations and in private life. I tell them a lot about (password) security and most of them are trying their best in doing things better. But it would help everyone having a tool at hand which makes it easier to follow these best practices.