Update Password-Protection.md

This commit is contained in:
CaCO3
2024-12-25 20:20:42 +01:00
committed by GitHub
parent 1628a8e16c
commit 0b05c65989

View File

@@ -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!