ioBroker / create-adapter

Command line utility to create customized ioBroker adapters
MIT License
50 stars 23 forks source link

Please add the option to store passwort correctly #407

Open TA2k opened 4 years ago

TA2k commented 4 years ago

Can you please add the option to store password correctly:

if you need to store passwords please encrypt them in Admin! You can check e.g. Apollon77/iobroker.meross for example code in index_m.html and main.js

Maybe with this fix: https://github.com/mrbungle64/ioBroker.ecovacs-deebot/commit/a360a7ac65300132323349d8f5db217de0865edb Issue: The values displayed below the password field are stored correctly and are highlightened in the select box but not preselected.

AlCalzone commented 4 years ago

Before we do that, we should decide how the encryption should work:

UncleSamSwiss commented 3 years ago

This is now available, we should add a password field as an example.