mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
password info
This commit is contained in:
@@ -205,7 +205,7 @@ fi
|
|||||||
# basic information in RaspiBlitz passwords
|
# basic information in RaspiBlitz passwords
|
||||||
dialog --backtitle "RaspiBlitz - Migration Setup" --msgbox "You will need to set new passwords.
|
dialog --backtitle "RaspiBlitz - Migration Setup" --msgbox "You will need to set new passwords.
|
||||||
|
|
||||||
In general RaspiBlitz works with 3 different passwords:
|
RaspiBlitz works with 3 different passwords:
|
||||||
PASSWORD A) Main User Password (SSH & WebUI, sudo)
|
PASSWORD A) Main User Password (SSH & WebUI, sudo)
|
||||||
PASSWORD B) APP Password (RPC & Additional Apps)
|
PASSWORD B) APP Password (RPC & Additional Apps)
|
||||||
PASSWORD C) Lightning Wallet Unlock Password
|
PASSWORD C) Lightning Wallet Unlock Password
|
||||||
@@ -216,7 +216,7 @@ You will need to set Password: ${passwordinfo}
|
|||||||
Follow Password Rules: Minimal of 8 chars,
|
Follow Password Rules: Minimal of 8 chars,
|
||||||
no spaces and only special characters - or .
|
no spaces and only special characters - or .
|
||||||
Write them down & store them in a safe place.
|
Write them down & store them in a safe place.
|
||||||
" 17 52
|
" 17 64
|
||||||
|
|
||||||
if [ ${setPasswordA} -eq 1 ]; then
|
if [ ${setPasswordA} -eq 1 ]; then
|
||||||
sudo /home/admin/config.scripts/blitz.setpassword.sh x "PASSWORD A - Main User Password" $_temp
|
sudo /home/admin/config.scripts/blitz.setpassword.sh x "PASSWORD A - Main User Password" $_temp
|
||||||
|
Reference in New Issue
Block a user