From 561675e3eb5276489332a6c27a11ab0e2a3bc01f Mon Sep 17 00:00:00 2001 From: xujie86 <167618598+xujie86@users.noreply.github.com> Date: Fri, 25 Jul 2025 10:33:48 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0c4922bb..3f6ab32c 100644 --- a/install.sh +++ b/install.sh @@ -124,7 +124,7 @@ config_after_install() { else if [[ "$existing_hasDefaultCredential" == "true" ]]; then local config_username=$(gen_random_string 10) - local config_password=$(gen_random_string 10) + local config_password=$(gen_random_string 18) echo -e "${yellow}Default credentials detected. Security update required...${plain}" /usr/local/x-ui/x-ui setting -username "${config_username}" -password "${config_password}"