Hello,
after creating a new user, I can't log in with my credentials. I have the message :
"Ce compte est verrouillé. Veuillez contacter votre administrateur".
Translation in englich :
"That account is locked. Please contact your administrator".
Can you help me ?
Have a nice day,
Thanks for your answer.
In my install, I only have one admin account. The error message appears when I want to connect with this account. So I can't access in Projector.
Is it possible to unlock an account directly in the DB ? If yes, wich table ?
My Install : 8.5.2 on a shared hosting.
Update table "resource"
update resource set locked=0 where id=1
