1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.62k stars 797 forks source link

[SYS] Avoid transmission of MQTT password to the web page #1878

Closed 1technophile closed 10 months ago

1technophile commented 10 months ago

Description:

This commit avoids transmitting the saved MQTT user password to the WM web page for security reasons. Instead, we send the init password and check if it has been modified prior to saving.

Checklist: