Hello, dear!
Good day to you!
This topic describes how to reset the password of VCN500.
Reset the password of VCN500
Log in to the VCN500 server as the admin user in SSH mode. The default password is admin/Change_Me.
Run the su – root command to switch to user root (the default password is root/Change_Me).
Resetting the Password of the Admin User of the C/S Client to the Initial Password: Change_Me.
Run the following command:
su postgres -c "/home/postgres/bin/psql -p 6000 -d smu -c\" update tbl_smu_user_info set login_password= 'e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3', first_login= '0', salt= '' where login_name= 'Admin';\ ""
If the following information is displayed, the password is successfully reset:
UPDATE=1
Reset the password of the OMU Portal administrator to Change_Me.
Run the following command:
su postgres -c "/home/postgres/bin/psql -p 6000 -d omu -c\" update tbl_omu_user_info set passwd= 'f0923a2988ada0d95570a304ef15671ce8df23683c83e1c5c98db502fc9fccf3', salt= '', first_***=1 where user_name= 'Admin';\ ""
If the following information is displayed, the password is successfully reset:
UPDATE=1
Hope it can help you!