Hi,
If I have a user with a “_” sign in it, like user_1, my FTP accounts are created as user_1_ftp. When I restore the user with v-restore-user, my FTP accounts are changed to user_1_ftp_ftp.
I think it is because of the codes in
hestiacp/bin/v-restore-user
# Converting FTP users
if [ -n "$FTP_USER" ]; then
FTP_USER=$(echo "$FTP_USER" | sed -e "s/${old_user}_//")
FTP_USER="${user}_${FTP_USER}"
fi
in Github. Its my first head post. Sorry all my mistake. I get help from Google Translate. I wish you a healthy day.
Thank you for your answer @sahsanu
I removed the ‘_’ sign from all my users and recreated the users. I wrote it here because I didn’t know how to suggest changes on Github.
Greetings