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
bCheckOrganization=true;// Check the user's organization.
166
-
}
167
-
else
168
-
{
169
-
bErrorCondition=true;
170
-
strError=$"InitLocalUser||More than one Profile designer user record found with email {userAAD.Email}. {listMatchEmailAddress.Count} records found. Existing object id = {um.ObjectIdAAD}";
171
-
_logger.LogWarning(strError);
172
-
}
145
+
// When more than 1 record, it means they have signed up (and then left) more than
146
+
// once. This is okay, but we pick the most recent (newest) one.
//////// if (listMatchEmailAddress[iDeleteMe].ID != null)
175
+
//////// {
176
+
//////// string strWarning = $"InitLocalUser|| About to delete record {iDeleteMe} of {listMatchEmailAddress.Count} from public.user. Id: {listMatchEmailAddress[iDeleteMe].ID.Value} Email: {listMatchEmailAddress[iDeleteMe].Email}";
0 commit comments