mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-13 19:49:12 +00:00
Update x-ui.sh
This commit is contained in:
parent
af269a6ca7
commit
6695cff291
1 changed files with 1 additions and 0 deletions
1
x-ui.sh
1
x-ui.sh
|
@ -187,6 +187,7 @@ reset_user() {
|
|||
fi
|
||||
return 0
|
||||
fi
|
||||
|
||||
read -rp "Please set the login username [default is a random username]: " config_account
|
||||
[[ -z $config_account ]] && config_account=$(gen_random_string 10)
|
||||
read -rp "Please set the login password [default is a random password]: " config_password
|
||||
|
|
Loading…
Reference in a new issue