Hi everyone, I hope you are doing well. I have changed the password of my admin account and marked the option that says ‘stop the user to login’ and now I can’t log in to the panel with the new password. Is there any way to fix this?
Hello @kaziopu,
Connect via ssh with your root account and execute this command:
v-change-user-config-value admin LOGIN_DISABLED no
If you get command not found, use the full path:
/usr/local/hestia/bin/v-change-user-config-value admin LOGIN_DISABLED no
3 Likes
Thank you. It worked.
1 Like