Follow the steps
Log in to the VCN server as the root user. The default password is root/Change_Me.
Reset 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