mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
rename password change menu
This commit is contained in:
@@ -39,9 +39,11 @@ OPTIONS=()
|
|||||||
if [ ${#abcd} -eq 0 ]; then
|
if [ ${#abcd} -eq 0 ]; then
|
||||||
reboot=1;
|
reboot=1;
|
||||||
emptyAllowed=1
|
emptyAllowed=1
|
||||||
OPTIONS+=(A "Master User Password / SSH")
|
OPTIONS+=(A "Master Login Password")
|
||||||
OPTIONS+=(B "RPC Password (blockchain/lnd)")
|
OPTIONS+=(B "RPC/App Password")
|
||||||
OPTIONS+=(C "LND Wallet Password")
|
if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
||||||
|
OPTIONS+=(C "Lightning Wallet Password")
|
||||||
|
fi
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
--backtitle "RaspiBlitz" \
|
--backtitle "RaspiBlitz" \
|
||||||
--title "Set Password" \
|
--title "Set Password" \
|
||||||
@@ -368,19 +370,6 @@ elif [ "${abcd}" = "c" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# old manual way
|
|
||||||
# clear
|
|
||||||
# echo ""
|
|
||||||
# echo "****************************************************************************"
|
|
||||||
# echo "Change LND Wallet Password --> lncli --chain=${network} --network=${chain}net changepassword"
|
|
||||||
# echo "****************************************************************************"
|
|
||||||
# echo "This is your Password C on the RaspiBlitz to unlock your LND wallet."
|
|
||||||
# echo "If you had Auto-Unlock active - you need to re-activate after this."
|
|
||||||
# echo "****************************************************************************"
|
|
||||||
# sleep 6
|
|
||||||
# let LND-CLI handle the password change
|
|
||||||
# sudo -u bitcoin lncli --chain=${network} --network=${chain}net changepassword
|
|
||||||
|
|
||||||
# final user output
|
# final user output
|
||||||
echo ""
|
echo ""
|
||||||
echo "OK"
|
echo "OK"
|
||||||
|
Reference in New Issue
Block a user