Closed urban-1 closed 6 years ago
I had introduced a CSS hack borrowed from https://discuss.atom.io/t/password-fields-when-using-editorview-subview/11061/8 which emulates password fields - something that back then was not supported by atom views. This is only for on-screen "security" so your password cannot be read while being entered.
People have noticed that in the latest release the star characters are appearing on top of the password characters allowing someone to figure out what the underlying text is... This is being fixed in this PR with CSS background-color
background-color
Before:
After:
I had introduced a CSS hack borrowed from https://discuss.atom.io/t/password-fields-when-using-editorview-subview/11061/8 which emulates password fields - something that back then was not supported by atom views. This is only for on-screen "security" so your password cannot be read while being entered.
People have noticed that in the latest release the star characters are appearing on top of the password characters allowing someone to figure out what the underlying text is... This is being fixed in this PR with CSS
background-color
Before:
After: