mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 11:46:16 +08:00
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:
@@ -191,8 +191,3 @@ else
|
|||||||
echo " cd frontend && pnpm dev"
|
echo " cd frontend && pnpm dev"
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${BOLD}默认账号${NC}"
|
|
||||||
echo " 用户名: admin"
|
|
||||||
echo " 密码: admin"
|
|
||||||
echo -e " ${YELLOW}[!] 请首次登录后修改密码${NC}"
|
|
||||||
echo ""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user