change admin username
-
- Posts: 3
- Joined: Tue Sep 10, 2019 10:27 pm
- Os: CentOS 6x
- Web: apache
change admin username
i need help to change admin user name?
any help to do that.. thanks
any help to do that.. thanks
-
- Posts: 10
- Joined: Sat Oct 12, 2019 2:08 pm
- Contact:
- Os: Ubuntu 17x
- Web: apache + nginx
Re: change admin username
Hello, you could do this into the Terminal (via SSH):
if not working you could use this one:
I hope this works for you
Code: Select all
v-change-user-password admin newpassword
Code: Select all
/usr/local/vesta/bin/v-change-user-password admin newpassword
Re: change admin username
He wants to change the "admin" name user, not the password. I think.
nextstation.cl wrote: ↑Tue Oct 15, 2019 12:24 pmHello, you could do this into the Terminal (via SSH):if not working you could use this one:Code: Select all
v-change-user-password admin newpassword
I hope this works for youCode: Select all
/usr/local/vesta/bin/v-change-user-password admin newpassword