-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
when creating DB, don't make typed password visible #11212
Comments
|
that's the behaviour with current develop branch:
which i just tried, and previously I tried with 2.7.9:
both builds have this behaviour. I started both with |
My mistake, the password is actually visible by default in the new-password dialog. |
* Fixes #11044 - password generator excluded characters tooltip was incorrect * Fixes #11084 - allow more than 30 days for showing expiring passwords. Also fix the ability to properly translate this control. * Fixes #11212 - don't show password on creating new database * Fixes #10726 - improve indication of hardware key polling. Also improve layout spacing of unlock dialog. * Fixes #11142 - provide better link for challenge-response information
* Fixes #11044 - password generator excluded characters tooltip was incorrect * Fixes #11084 - allow more than 30 days for showing expiring passwords. Also fix the ability to properly translate this control. * Fixes #11212 - don't show password on creating new database * Fixes #10726 - improve indication of hardware key polling. Also improve layout spacing of unlock dialog. * Fixes #11142 - provide better link for challenge-response information
* Fixes #11044 - password generator excluded characters tooltip was incorrect * Fixes #11084 - allow more than 30 days for showing expiring passwords. Also fix the ability to properly translate this control. * Fixes #11212 - don't show password on creating new database * Fixes #10726 - improve indication of hardware key polling. Also improve layout spacing of unlock dialog. * Fixes #11142 - provide better link for challenge-response information
Summary
When creating a new database, the password prompt by default shows the password and it must be hidden by clicking on eye icon.
Since this is contrary to all other programs I use, it was (for me) very surprising, that the typed password is visible by default.
IMHO, it would be better, not to show typed pw by default, but hide it, and only show it when clicking on eye icon.
Examples
NA
Context
It's different from all other programs, where the pw is not visible and only shown, when something is clicked.
Typing pw and seeing it on screen afterwards was very surprising...
The text was updated successfully, but these errors were encountered: