mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
revert to just using email
This commit is contained in:
parent
777c73679e
commit
8f10f9b1bc
@ -611,7 +611,7 @@ func buildUserAnalyticsSettings(signedInUser user.SignedInUser, intercomSecret s
|
||||
if signedInUser.ExternalAuthID != "" {
|
||||
settings.Identifier = signedInUser.ExternalAuthID
|
||||
} else {
|
||||
settings.Identifier = signedInUser.Email + "@" + setting.AppUrl
|
||||
settings.Identifier = signedInUser.Email
|
||||
}
|
||||
|
||||
if intercomSecret != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user