I just built a brand new Ubuntu 22.04 server and installed the Zabbix toolkit. I got all the dependencies working and got up to the step where I'm supposed to log into the web interface. But I keep getting "incorrect user or username" - I fiddled around in the database and eventually set the Admin user password to '' and STILL cannot log in. Any recommendations about how to fix this? I have tried Admin and null - that does not work.
This is what shows in the database:
mysql> select * from users
-> ;
+--------+----------+--------+---------------+--------------------------------------------------------------+-----+-----------+------------+---------+---------+---------+----------------+----------------+---------------+---------------+----------+--------+-----------------+----------------+
| userid | username | name | surname | passwd | url | autologin | autologout | lang | refresh | theme | attempt_failed | attempt_ip | attempt_clock | rows_per_page | timezone | roleid | userdirectoryid | ts_provisioned |
+--------+----------+--------+---------------+--------------------------------------------------------------+-----+-----------+------------+---------+---------+---------+----------------+----------------+---------------+---------------+----------+--------+-----------------+----------------+
| 1 | Admin | Zabbix | Administrator | | | 1 | 0 | default | 30s | default | 4 | 192.168.152.64 | 1716238087 | 50 | default | 3 | NULL | 0 |
| 2 | guest | | | $2y$10$89otZrRNmde97rIyzclecuk6LwKAsHN0BcvoOKGjbT. BwMBfm7G06 | | 0 | 15m | default | 30s | default | 0 | | 0 | 50 | default | 4 | NULL | 0 |
+--------+----------+--------+---------------+--------------------------------------------------------------+-----+-----------+------------+---------+---------+---------+----------------+----------------+---------------+---------------+----------+--------+-----------------+----------------+
2 rows in set (0.00 sec)
Please help! I feel like a dope.
This is what shows in the database:
mysql> select * from users
-> ;
+--------+----------+--------+---------------+--------------------------------------------------------------+-----+-----------+------------+---------+---------+---------+----------------+----------------+---------------+---------------+----------+--------+-----------------+----------------+
| userid | username | name | surname | passwd | url | autologin | autologout | lang | refresh | theme | attempt_failed | attempt_ip | attempt_clock | rows_per_page | timezone | roleid | userdirectoryid | ts_provisioned |
+--------+----------+--------+---------------+--------------------------------------------------------------+-----+-----------+------------+---------+---------+---------+----------------+----------------+---------------+---------------+----------+--------+-----------------+----------------+
| 1 | Admin | Zabbix | Administrator | | | 1 | 0 | default | 30s | default | 4 | 192.168.152.64 | 1716238087 | 50 | default | 3 | NULL | 0 |
| 2 | guest | | | $2y$10$89otZrRNmde97rIyzclecuk6LwKAsHN0BcvoOKGjbT. BwMBfm7G06 | | 0 | 15m | default | 30s | default | 0 | | 0 | 50 | default | 4 | NULL | 0 |
+--------+----------+--------+---------------+--------------------------------------------------------------+-----+-----------+------------+---------+---------+---------+----------------+----------------+---------------+---------------+----------+--------+-----------------+----------------+
2 rows in set (0.00 sec)
Please help! I feel like a dope.
Comment