mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
rename password change menu
This commit is contained in:
parent
466a45760a
commit
8c9bb20ce6
1 changed files with 5 additions and 16 deletions
|
@ -39,9 +39,11 @@ OPTIONS=()
|
|||
if [ ${#abcd} -eq 0 ]; then
|
||||
reboot=1;
|
||||
emptyAllowed=1
|
||||
OPTIONS+=(A "Master User Password / SSH")
|
||||
OPTIONS+=(B "RPC Password (blockchain/lnd)")
|
||||
OPTIONS+=(C "LND Wallet Password")
|
||||
OPTIONS+=(A "Master Login Password")
|
||||
OPTIONS+=(B "RPC/App Password")
|
||||
if [ "${lightning}" == "lnd" ] || [ "${lnd}" == "on" ]; then
|
||||
OPTIONS+=(C "Lightning Wallet Password")
|
||||
fi
|
||||
CHOICE=$(dialog --clear \
|
||||
--backtitle "RaspiBlitz" \
|
||||
--title "Set Password" \
|
||||
|
@ -368,19 +370,6 @@ elif [ "${abcd}" = "c" ]; then
|
|||
exit 0
|
||||
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
|
||||
echo ""
|
||||
echo "OK"
|
||||
|
|
Loading…
Add table
Reference in a new issue