zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Hide passwords in edit dialog #222

Closed BenjaminHae closed 5 years ago

BenjaminHae commented 5 years ago

I propose this way: When you open the dialog the password is not visible: image Entering a password or(!) clicking the generate new password button shows the input/generated password hidden: image Clicking the eye-button shows the password (when there is text in the input): image If there is no text and the button is pressed, the old password will be shown in plain.

Whenever the eye-button is clicked it changes to a hide button and clicking it changes the input to a password input so that the password is hidden again.

There is one issue though. This won't work anymore: image Should we introduce an additional button that get's you the old password back or should the hint be shown on the dismiss button? image

@Pofilo

Pofilo commented 5 years ago

That's a good question yeah ! Maybe a third button would be easier to understand for someone who doesn't know how it works.

Seeing the old password seems important to me.