Deployed 0cd98c6 with MkDocs version: 1.6.1

This commit is contained in:
github-actions[bot]
2025-10-30 23:07:10 +00:00
parent 1cf6dd2f0a
commit 15be0aba0d
23 changed files with 293 additions and 259 deletions

View File

@@ -650,10 +650,10 @@
<h1 id="password-protection"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.</span> Password Protection</h1>
<p>The Web Interface and the REST API can be protected by a password.</p>
<p>To do so, you have to set the username and password in the <code>wlan.ini</code> file on the SD-Card.
Uncomment (remove the leading <code>;</code>) and update the two lines with <code>http_username</code> and <code>http_password</code>:
Uncomment (remove the leading <code>;</code>) and update the two lines with <code>http_username</code> and <code>http_password</code>:</p>
<div class="language-text highlight"><pre><span></span><code><span id="__span-0-1"><a href="#__codelineno-0-1" id="__codelineno-0-1" name="__codelineno-0-1"></a>http_username = "myusername"
</span><span id="__span-0-2"><a href="#__codelineno-0-2" id="__codelineno-0-2" name="__codelineno-0-2"></a>http_password = "mypassword"
</span></code></pre></div></p>
</span></code></pre></div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This is be a WEAK and INSECURE way to protect the Web Interface and the REST API.