- Log in to the VCN server as the root user. (Default password root/Change_Me)
- Reset the administrator password of the C/S client to the initial password Change_Me.
Run the following command:
su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= '9083a308a8c96b9a7626ab412c100db31697d1e9f3c402d3d70dbe8ad3cd638a', first_login= '0' where id=1;\ "" -postgres
If the following information is displayed, the password is successfully reset:
UPDATE=1