Hi,
I expect this is something very straight forward but would appreciate some input here.
I've installed a new zabbix server, for testing/trial purposes, from source with a postgres backend. All of the post-install checks passed fine and the test connection to the db was fine too. However, I cannot login to the frontend other than as guest.
I've tried various combinations of the Zabbix account and Admin alias without success. And have tried change the account password with:
zabbix=> update users set passwd=md5('zabbix') WHERE alias='Admin';
...and nothing seems to work. it may be that I'm not doing the password change right - not used postgresql before. So, if anyone can help me to clear this hurdle I'll appreciate it
Regards,
David
I expect this is something very straight forward but would appreciate some input here.
I've installed a new zabbix server, for testing/trial purposes, from source with a postgres backend. All of the post-install checks passed fine and the test connection to the db was fine too. However, I cannot login to the frontend other than as guest.
I've tried various combinations of the Zabbix account and Admin alias without success. And have tried change the account password with:
zabbix=> update users set passwd=md5('zabbix') WHERE alias='Admin';
...and nothing seems to work. it may be that I'm not doing the password change right - not used postgresql before. So, if anyone can help me to clear this hurdle I'll appreciate it

Regards,
David
Comment