You are not logged in.
Pages: 1
Hello,
I installed GLPI 9.4.3, on a debian 9 VM with nginx.
I can not connect with glpi / glpi, normal / normal, etc.
I have the message "username or password empty".
However, sometimes I can connect with and sometimes not.
Do you have an idea ?
thank you very much!
Offline
Hello,
I installed GLPI 9.4.3, on a debian 9 VM with nginx.
I can not connect with glpi / glpi, normal / normal, etc.
I have the message "username or password empty".
However, sometimes I can connect with and sometimes not.
Do you have an idea ?thank you very much!
try do a reset on glpi user.
UPDATE glpi_users SET password = '0915bd0a5c6e56d8f38ca2b390857d4949073f41'
WHERE id = 2;
access your database like phpmyadmin, and execute this query above.
after that, password of glpi will be restored to default. access with glpi/glpi and change your password.
do the same for all users after gain access with super-user glpi on the system
Offline
Pages: 1