You are not logged in.
Pages: 1
Hi
I wanted to check if the bug is visible on the simplified interface on each profile or only on the user's profile. So I set a simple interface as the default for the super admin. And after logging in, I don't have access to the profile settings to change it.
Anyone can advise something?
--
GLPI 10.0.17
GLPI-Inventory 1.4.0
Ubuntu Server 20.04 LTS
Offline
If Super-Admin id is 4 than:
UPDATE `glpi_profiles` SET `interface` = 'central' WHERE (`id` = '4');
--
GLPI 10.0.17
GLPI-Inventory 1.4.0
Ubuntu Server 20.04 LTS
Offline
Pages: 1