To reset the web admin console password, access the IMSA/IMSVA dabatabase via psql, then use the commands below in the following sequence:
- # /opt/trend/imss/PostgreSQL/bin/psql imss sa
- imss=# update tb_administrator set md5_digest = md5('imsa7.0') where admin_name = 'admin';
- UPDATE 1
- imss=# \q
Click the image to enlarge.