password obfuscation in advanced
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ body::-webkit-scrollbar {
|
|||||||
display:none
|
display:none
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="style.css?v=7.04.22">
|
<link rel="stylesheet" href="style.css?v=7.24.22">
|
||||||
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />
|
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />
|
||||||
<body>
|
<body>
|
||||||
<div class="banner">
|
<div class="banner">
|
||||||
|
|||||||
@@ -798,4 +798,13 @@ pre.bash {
|
|||||||
|
|
||||||
#toolsbtn {
|
#toolsbtn {
|
||||||
min-width: max-content;
|
min-width: max-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
#showpassword {
|
||||||
|
cursor:pointer;
|
||||||
|
margin-left:2px;
|
||||||
|
height:5px;
|
||||||
|
line-height:5px;
|
||||||
|
padding:3px;
|
||||||
|
background-color:#9fe29b
|
||||||
}
|
}
|
||||||
+1
-1
@@ -21,7 +21,7 @@ if (file_exists('./scripts/thisrun.txt')) {
|
|||||||
$config = parse_ini_file('./scripts/firstrun.ini');
|
$config = parse_ini_file('./scripts/firstrun.ini');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="stylesheet" href="style.css?v=7.04.22">
|
<link rel="stylesheet" href="style.css?v=7.24.22">
|
||||||
<style>
|
<style>
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
display:none
|
display:none
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ foreach($formats as $format){
|
|||||||
<h3>BirdNET-Pi Password</h3>
|
<h3>BirdNET-Pi Password</h3>
|
||||||
<p>This password will protect your "Tools" page and "Live Audio" stream.</p>
|
<p>This password will protect your "Tools" page and "Live Audio" stream.</p>
|
||||||
<label for="caddy_pwd">Password: </label>
|
<label for="caddy_pwd">Password: </label>
|
||||||
<input style="width:40ch" name="caddy_pwd" type="text" value="<?php print($newconfig['CADDY_PWD']);?>" /><br>
|
<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>
|
||||||
<h3>Custom URL</h3>
|
<h3>Custom URL</h3>
|
||||||
<p><a href="mailto:mcguirepr89@gmail.com?subject=Request%20BirdNET-Pi%20Subdomain&body=<?php include('birdnetpi_request.php'); ?>" target="_blank">Email Me</a> if you would like a BirdNETPi.com subdomain. This would be, <i>https://YourLocation.birdnetpi.com</i></p>
|
<p><a href="mailto:mcguirepr89@gmail.com?subject=Request%20BirdNET-Pi%20Subdomain&body=<?php include('birdnetpi_request.php'); ?>" target="_blank">Email Me</a> if you would like a BirdNETPi.com subdomain. This would be, <i>https://YourLocation.birdnetpi.com</i></p>
|
||||||
<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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user