Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 8491d21

Browse files
committed
Workaround for #276
1 parent 2e65ee3 commit 8491d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<h3>BirdNET-Pi Password</h3>
278278
<p>This password will protect your "Tools" page and "Live Audio" stream.</p>
279279
<label for="caddy_pwd">Password: </label>
280-
<input style="width:40ch" name="caddy_pwd" id="caddy_pwd" type="password" value="<?php print($newconfig['CADDY_PWD']);?>" /><span id="showpassword" onmouseover="document.getElementById('caddy_pwd').type='text';" onmouseout="document.getElementById('caddy_pwd').type='password';">show</span><br>
280+
<input style="width:40ch" name="caddy_pwd" id="caddy_pwd" type="password" pattern="[A-Za-z0-9]+" title="Password must be alphanumeric (A-Z, 0-9)" value="<?php print($newconfig['CADDY_PWD']);?>" /><span id="showpassword" onmouseover="document.getElementById('caddy_pwd').type='text';" onmouseout="document.getElementById('caddy_pwd').type='password';">show</span><br>
281281
<h3>Custom URL</h3>
282282
<p>When you update the URL below, the web server will reload, so be sure to wait at least 30 seconds and then go to your new URL.</p>
283283
<label for="birdnetpi_url">BirdNET-Pi URL: </label>

0 commit comments

Comments
 (0)