You are not logged in.
Hi everyone,
I've been using GLPI for my organization for a few years, for login I use the LDAP sync with my AD. It usually works fine but I have one particular user who gets this error when she tries to login:
You don't have access to this application because your account was deactivated or removed
She has the correct username and password, her account is not deactivated in GLPI nor in Active Directory.
Other users can login fine, and I can also login using the internal admin account "glpi".
I tried to resync her account. To disable it/re-enable it, but no success.
I have no idea what causes this issue.
I found a few cases in the forum for this error, but usually people also have problem with several accounts, including the glpi account.
Any idea ?
Offline
The message can be triggered in these cases:
1. GLPI user is not active (Active field set to no)
2. GLPI user is in the trash bin (Soft-deleted)
3. GLPI user has the Valid Since field set and it is later than the current date and time (GLPI server date and time)
4. GLPI user has the Valid Until field set and it is before the current date and time (GLPI server date and time)
This message does not trigger as a result of any LDAP account check.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Hi
i had this pb yesterday and found that password policy was the cause.
go to table glpi_configs and change "password_expiration_lock_delay" to -1 et "password_expiration_delay" to 600
Then you'll be able to connect.
Offline