concat email with appUrl to ensure uniqueness
This commit is contained in:
@@ -611,7 +611,7 @@ func buildUserAnalyticsSettings(signedInUser user.SignedInUser, intercomSecret s
|
||||
if signedInUser.ExternalAuthID != "" {
|
||||
settings.Identifier = signedInUser.ExternalAuthID
|
||||
} else {
|
||||
settings.Identifier = signedInUser.Email
|
||||
settings.Identifier = signedInUser.Email + "@" + setting.AppUrl
|
||||
}
|
||||
|
||||
if intercomSecret != "" {
|
||||
|
||||
Reference in New Issue
Block a user