Hello, on raw "zabbix 4.4 from sources" install i cannot login to frontend as default admin account.
On login page i'm using credentials: Admin/zabbix, i get log in but i'm not logged as Super User and i cant do anything.
EDIT: it looks like user sessions are not creating, atleast not in php session.save_path. Only sessions i can find there are serverCheck ones, and plenty of empty files (supposed to be the user sessions?)
On login page i'm using credentials: Admin/zabbix, i get log in but i'm not logged as Super User and i cant do anything.
Code:
userid | alias | name | surname | passwd | url | autologin | autologout | lang | refresh | type | theme | attempt_failed | attempt_ip | attempt_clock | rows_per_page
--------+-------+--------+---------------+----------------------------------+-----+-----------+------------+-------+---------+------+---------+----------------+---------------+---------------+---------------
2 | guest | | | d41d8cd98f00b204e9800998ecf8427e | | 0 | 15m | en_GB | 30s | 1 | default | 0 | | 0 | 50
1 | Admin | Zabbix | Administrator | 5fce1b3e34b520afeffb37ce08c7cd66 | | 1 | 0 | en_GB | 30s | 3 | default | 0 | 172.22.122.40 | 1574162684 | 50
(2 rows)
Code:
select * from usrgrp;
usrgrpid | name | gui_access | users_status | debug_mode
----------+---------------------------+------------+--------------+------------
8 | Guests | 1 | 0 | 0
9 | Disabled | 0 | 1 | 0
11 | Enabled debug mode | 0 | 0 | 1
12 | No access to the frontend | 3 | 0 | 0
7 | Zabbix administrators | 0 | 0 | 0
(5 rows)
can't see anything in server log or frontend php log. Can anyone help please?
EDIT: it looks like user sessions are not creating, atleast not in php session.save_path. Only sessions i can find there are serverCheck ones, and plenty of empty files (supposed to be the user sessions?)
Comment