If a common user forgets the password, the user who has the user management rights can reset the password for the common user.
NOTE:
A user cannot reset the user's own password.
The following describes how to reset a user as the admin user.
The procedure is as follows:
1.Log in to the IVS client as the admin user.
2.On the Workspace tab page, double-click User. The User Management page is displayed.
3.Select the user for whom you want to reset the password, click Reset Password, and enter the new password.
If you lost user management account password, please do the following steps:
a. Log in to the VCN3000 server as the root user.
b. Reset the administrator password of the C/S client to the initial password.
Run the su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= '9083a308a8c96b9a7626ab412c100db31697d1e9f3c402d3d70dbe8ad3cd638a', first_login= '0' where id=1;\ "" -postgres command.
If the following information is displayed, the password is successfully reset:
UPDATE=1
Note:
The initial password of the super user is Change_Me.
c. Use the initial password to log in to the C/S client and change the password.
If the server version is eSpace VCN3000 V100R002C00, perform the following steps:
a. Log in to the VCN3000 server as the root user.
b. Reset the administrator password of the C/S client to the initial password.
Run the su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= 'e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3', first_login= '0', salt= '' where id=1;\ "" -postgres command.
If the following information is displayed, the password is successfully reset:
UPDATE=1
Note:
The initial password of the Admin user is Change_Me.
c. Use the initial password to log in to the C/S client and change the password.