mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-23 15:28:07 +00:00
Reverted password for web interface
Work will continue in the secure-web-interface branch
This commit is contained in:
parent
724075e448
commit
7014b5a150
@ -658,19 +658,6 @@ setUser(){
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
setPassword() {
|
|
||||||
# Password needed to authorize changes to lists from admin page
|
|
||||||
pass=$(whiptail --passwordbox "Please enter a password to secure your Pi-hole web interface." 10 50 3>&1 1>&2 2>&3)
|
|
||||||
|
|
||||||
if [ $? = 0 ]; then
|
|
||||||
# Entered password
|
|
||||||
echo $pass > /etc/pihole/password.txt
|
|
||||||
else
|
|
||||||
echo "::: Cancel selected, exiting...."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
installPihole() {
|
installPihole() {
|
||||||
# Install base files and web interface
|
# Install base files and web interface
|
||||||
checkForDependencies # done
|
checkForDependencies # done
|
||||||
@ -721,9 +708,6 @@ use4andor6
|
|||||||
# Decide what upstream DNS Servers to use
|
# Decide what upstream DNS Servers to use
|
||||||
setDNS
|
setDNS
|
||||||
|
|
||||||
# Set the admin page password
|
|
||||||
setPassword
|
|
||||||
|
|
||||||
# Install and log everything to a file
|
# Install and log everything to a file
|
||||||
installPihole | tee $tmpLog
|
installPihole | tee $tmpLog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user