You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passwords and other sensitive data should be stored encrypted!
To do this, the key must be provided in the io-package.json under [nativeEncrypted](https://github.com/ioBroker/ioBroker.js-controller#automatically-encryptdecrypt-configuration-fields).
Additionally, you can protect this property from being served to other adapters but `admin` and `cloud` by adding it to `protectedNative` in `io-package.json` file.
-`repeat` - repeat password must be compared with password
-`visible` - true if allow viewing the password by toggling the view button (only for a new password while entering)
-`readOnly` - the read-only flag. Visible is automatically true if readOnly is true
No existing issues.
Describe the bug
we need an eye for psw in one line
Adapter version
7.2.6
js-controller version
7.0
Node version
20
Operating system
linux
The text was updated successfully, but these errors were encountered: