mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-24 08:13:10 +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"
|
||||
fi
|
||||
echo ""
|
||||
echo -e "${BOLD}默认账号${NC}"
|
||||
echo " 用户名: admin"
|
||||
echo " 密码: admin"
|
||||
echo -e " ${YELLOW}[!] 请首次登录后修改密码${NC}"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user