To reset admin password you will need physical access to server
- Log into the server with root account
- psql -d oviddb -U postgres
- UPDATE omc_administrator SET passwordmd5=’some new password’ WHERE name=’username’;
- \q
You should now be able to login with the newly set password and be prompted to create a new password