docs(docker): remove default credentials from startup message

- Remove hardcoded default username and password display from docker startup script
- Remove warning message about changing password after first login
- Improve security by not exposing default credentials in startup output
- Simplifies startup message output for cleaner user experience
This commit is contained in:
yyhuni
2026-01-10 11:21:14 +08:00
parent eb2d853b76
commit 943a4cb960

View File

@@ -191,8 +191,3 @@ else
echo " cd frontend && pnpm dev"
fi
echo ""
echo -e "${BOLD}默认账号${NC}"
echo " 用户名: admin"
echo " 密码: admin"
echo -e " ${YELLOW}[!] 请首次登录后修改密码${NC}"
echo ""