vesta password reset
vesta password reset
I have a production server running vesta. However the password is not working any longer. I tried the forgot link but i didn't get the email with the code. The i tried the command line and tried to put in a new password but also that doesn't work.
What should i do. It is a centos 6.5 server.
Thanks for the help.
What should i do. It is a centos 6.5 server.
Thanks for the help.
Re: vesta password reset
Try to use this command
For example
Code: Select all
v-change-user-password
Code: Select all
v-change-user-password admin new_password
Re: vesta password reset
that is what i did and it is not working. I have tried everything on the command line
Re: vesta password reset
also when i try to login i get the error NO LANGUAGE DEFINED
Re: vesta password reset
Try to clean cache and cookies of your browser
-
- Posts: 7
- Joined: Mon Aug 17, 2015 2:03 pm
Re: vesta password reset
Your VPS is full. Login to root and type df-h
and check how much HDD is used. and clean the unwanted and try login. It will work. When VPS full, cant login to the system. It says Language error or not defined.
and check how much HDD is used. and clean the unwanted and try login. It will work. When VPS full, cant login to the system. It says Language error or not defined.
Re: vesta password reset
Run out disk space or quota.
viewtopic.php?t=11290#p43238
viewtopic.php?t=10174#p36781
viewtopic.php?f=40&t=9037
viewtopic.php?t=9638#p34348
viewtopic.php?t=11290#p43238
viewtopic.php?t=10174#p36781
viewtopic.php?f=40&t=9037
viewtopic.php?t=9638#p34348
Re: vesta password reset
Popular reason - you don't have free disk space or inode. Check with commands:
But error can be with disk quota.. to fix this there is option:
For votes and ideas:
https://bugs.vestacp.com/issues/261
Code: Select all
df -h
df -i
Code: Select all
nano /usr/local/vesta/data/users/admin/user.conf
Code: Select all
DISK_QUOTA='unlimited'
Code: Select all
v-update-user-quota admin
https://bugs.vestacp.com/issues/261