You are not logged in.
A coworker with a super admin profile was able to disable all super admin permissions on the profiles.
From the looks of it, no other users in the company have access to the GLPI admin area to reverse the error, and unfortunately we haven't had a recent backup.
I was instructed to access phpMyAdmin, but I don't have the in-depth knowledge to make changes.
If there is a more didactic method to undo this error, I would be very grateful.
Offline
You can install a fresh GLPI on other computer.
Do the next select on the new DDBB: SELECT * FROM `glpi`.glpi_profilerights where profiles_id = 4;
The profile_id 4 is the Super-Admin profile
The result of the select you can insert on your ddbb, making a previous backup for security.
Later login with an user with the profile super-admin.
The default user glpi have this profile, you also can "restore" this user making a select on the new ddbb: SELECT * FROM `glpi`.glpi_users where name = "glpi";
The result of the select you can insert on your ddbb
I think this could be a possible solution.
Offline
Linux ubuntu-22.04.2-live-server-amd64, PHP 8.1.2, Apache 2.4.52, MariaDB 10.6.12, GLPI 10.0.15.
GLPI Inventory 1.3.5, PHP SAML 1.3.0, Oauth IMAP 1.4.3, Additional Fields, 1.21.8,Ticket Cleaner.
Offline