fix: Repair the new password verification matching logic in hubcmdui.

This commit is contained in:
dqzboy
2024-07-30 18:34:34 +08:00
parent 495f63ec37
commit 8c7be10187
6 changed files with 46 additions and 31 deletions

View File

@@ -1809,7 +1809,7 @@ INFO "请用浏览器访问 HubCMD-UI 面板: "
INFO "公网访问地址: ${UNDERLINE}http://$PUBLIC_IP:30080${RESET}"
INFO "内网访问地址: ${UNDERLINE}http://$INTERNAL_IP:30080${RESET}"
INFO
INFO "后端访问地址: 地址后面跟admin例: ${UNDERLINE}http://$INTERNAL_IP/admin:30080${RESET}"
INFO "后端访问地址: 地址后面跟admin例: ${UNDERLINE}http://$INTERNAL_IP:30080/admin${RESET}"
INFO "默认账号密码: ${LIGHT_GREEN}root${RESET}/${LIGHT_CYAN}admin${RESET}"
INFO
INFO "服务安装路径: ${LIGHT_BLUE}${CMDUI_DIR}${RESET}"