Hello;
just had install and run zabbix for some months now.
I tried to do a LDAP-Connection which worked - so far so good.
After loggin out and trying to log in again I get the message "Incorrect user name or password or account is temporarily blocked."
Therefore I disabled the LDAP authentication, and tried to login with local Admin.
As I got the same message I thought I hab saved the wrong Admin-Password in our password database.
I resetted the Admin-password like
update zabbix.users set passwd=md5('zabbix') where alias='Admin';
But I still can not login.
Is there a way to fix this?
Regards
Channoine
just had install and run zabbix for some months now.
I tried to do a LDAP-Connection which worked - so far so good.
After loggin out and trying to log in again I get the message "Incorrect user name or password or account is temporarily blocked."
Therefore I disabled the LDAP authentication, and tried to login with local Admin.
As I got the same message I thought I hab saved the wrong Admin-Password in our password database.
I resetted the Admin-password like
update zabbix.users set passwd=md5('zabbix') where alias='Admin';
But I still can not login.
Is there a way to fix this?
Regards
Channoine
Comment