You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User creation via Grafana http admin api enforces that username is created with lowercase, regardless of how the json data looks. Considering this it might be relevant that the user diff that gonb does also is performed with lowercase usernames.
User creation via Grafana http admin api enforces that
usernameis created with lowercase, regardless of how the json data looks. Considering this it might be relevant that the user diff thatgonbdoes also is performed with lowercase usernames.