Hi guys,
I’ve takeover a grafana installation.
If I try to logon with the admin user, I can see the dashboard as viewer.
Doublecheck the password - this seems correct, because an random password does not work.
I also checked the is_admin entry in grafana.db, this is set to 1.
With debug-level = debug, there is this entry when I logon with my admin user.
logger=context userId=0 orgId=1 uname= t=2024-10-31T13:53:42.440576887+01:00 level=debug msg=“Failed to authenticate user in global scope” error=“[anonymous.invalid-org] anonymous user cannot authenticate in org 1”
There is no difference using admin or admin@localhost.
What can I do to fix this?
Guenter