From c0a64770596456029e22d0d79c3c72bbb5ef0ffe Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:14:16 +0200 Subject: [PATCH] fix(install): post-install message reflects first-user-becomes-admin (no seeded admin/admin123) --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9e38ad79..ee13bd13 100755 --- a/install.sh +++ b/install.sh @@ -406,11 +406,10 @@ fi step "Backspace is running" echo -e " ${BOLD}URL:${NC} https://${DOMAIN}" -echo -e " ${BOLD}Admin:${NC} admin / admin123" echo -e " ${BOLD}Instance:${NC} ${INSTANCE_NAME}" echo -e " ${BOLD}Voice:${NC} $(if [[ "$ENABLE_VOICE" == true ]]; then echo 'Enabled'; else echo 'Disabled'; fi)" echo "" -echo -e " ${YELLOW}Change the admin password immediately after first login.${NC}" +echo -e " ${YELLOW}Open https://${DOMAIN} and create the first account — it becomes the instance admin.${NC}" echo "" echo -e " ${BOLD}Commands:${NC}" echo " docker compose logs -f # Watch logs"