From 0b05c65989fcca2e5d39480949df36b788dea2ae Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 25 Dec 2024 20:20:42 +0100 Subject: [PATCH] Update Password-Protection.md --- docs/Password-Protection.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Password-Protection.md b/docs/Password-Protection.md index 61e446b..5764a2b 100644 --- a/docs/Password-Protection.md +++ b/docs/Password-Protection.md @@ -2,7 +2,7 @@ The Web Interface and the REST API can be protected by a password. To do so, you have to set the username and password in the `wlan.ini` file on the SD-Card. -Uncomment (remove the leading `;`) and update the two lines with `http_username` and `http_password` +Uncomment (remove the leading `;`) and update the two lines with `http_username` and `http_password`: ``` http_username = "myusername" http_password = "mypassword" @@ -13,4 +13,5 @@ http_password = "mypassword" There was no audit nor a security review to check the correct implementation of the protection! The password gets transmitted unencrypted (plain text), this means it is very easy to extract it for somebody who has access to your WIFI! + USE AT YOUR OWN RISK!