maakbaas / esp8266-iot-framework

Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, live dashboard, configuration manager, file manager and OTA updates.
GNU General Public License v3.0
418 stars 113 forks source link

Adding "type": "password" in configuration #141

Closed Eisbaeeer closed 2 years ago

Eisbaeeer commented 2 years ago

It will be more secure, if the password is hidden in configuration in case of passwords are used in text fields. Or is there an other way to asterisk the text field? Thank you.

maakbaas commented 2 years ago

Agreed. That one should be easy enough for you to put in a pull request :).

Eisbaeeer commented 2 years ago

Ahh, Ok. I will try my best ;-)

Eisbaeeer commented 2 years ago

There is nothing to do ;-) It is already usable with "control" like this: { "name": "password", "label": "Password", "type": "char", "length": 20, "value": "blabla", "control": "password" }

maakbaas commented 2 years ago

Ok, I think that is an unintended functionality 😎, I'll look into this later

maakbaas commented 2 years ago

Addressed in c14776636073471e79461854988e1e522b0904a7