Views:

To reset the web admin console password, access the IMSA/IMSVA dabatabase via psql, then use the commands below in the following sequence:

  1. # /opt/trend/imss/PostgreSQL/bin/psql imss sa
  2. imss=# update tb_administrator set md5_digest = md5('imsa7.0') where admin_name = 'admin';
  3. UPDATE 1
  4. imss=# \q

IMSVA Root

Click the image to enlarge.

 
imsa 7.0 is the default password, you can change it to your preferred one.