From a3bccbbdebadd441f4fe981bd136ec3f996b1241 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 20 Oct 2022 20:53:17 +0200 Subject: [PATCH] User: Fix externalUserId not being populated (#57341) (#57370) (cherry picked from commit 8cebaf345de8761eaa40998af8e8840f25847bf9) Co-authored-by: Josh Hunt --- pkg/services/user/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/user/model.go b/pkg/services/user/model.go index d999b8d4f7f..7634ac9c41b 100644 --- a/pkg/services/user/model.go +++ b/pkg/services/user/model.go @@ -198,7 +198,7 @@ type SignedInUser struct { OrgName string OrgRole roletype.RoleType ExternalAuthModule string - ExternalAuthID string + ExternalAuthID string `xorm:"external_auth_id"` Login string Name string Email string