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
The uniqueness constraint for logingov_uuid and idme_uuid is a potential issue on the Account table, given that a user could have a non-verified Account (account1) with a logingov_uuid, a verified Account (account2) with an idme_uuid, then when the login.gov user is verified, there may be an attempt to update the account2 record with the logingov_uuid
The text was updated successfully, but these errors were encountered:
The uniqueness constraint for logingov_uuid and idme_uuid is a potential issue on the Account table, given that a user could have a non-verified Account (account1) with a logingov_uuid, a verified Account (account2) with an idme_uuid, then when the login.gov user is verified, there may be an attempt to update the account2 record with the logingov_uuid
The text was updated successfully, but these errors were encountered: