GreenDelta / epd-editor

This is an editor for ILCD data sets with EPD format extensions
Mozilla Public License 2.0
4 stars 2 forks source link

hide password in Server connection dialog #48

Closed okworx closed 3 years ago

okworx commented 4 years ago

The password is being displayed as clear text in the dialog; instead, it should be obfuscated for security reasons.

msrocka commented 4 years ago

@okworx I changed this in the connection editor:

image

Are there other places where this should be fixed? Also note, that the password is still saved as plain text in the stored connections in the user folder ~/.epd-editor/connections/*.json. But as only the user should have access there it is maybe ok? (I mean for the epd-editor...)

okworx commented 4 years ago

That sounds reasonable to me! 👍