We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本:2.8.7
问题描述:在使用邮箱注册账户后使用同一邮箱的Github登录出现合并账号提示,选择原先邮箱账户合并完成后再次使用社交登录出现{"msg":"Failed to find user"}。
{"msg":"Failed to find user"}
问题排查:合并账户后因选择保留邮箱注册的账户,社交登录时创建的账户则自动被系统删除,但auth_identities表中社交登录的记录的用户id仍然为被删除的社交登录的账户,导致无法正常找到账户id
auth_identities
The text was updated successfully, but these errors were encountered:
fix(api/auth): migrate auth_identities when account merging (#920)
68bcdbe
258777b
No branches or pull requests
版本:2.8.7
问题描述:在使用邮箱注册账户后使用同一邮箱的Github登录出现合并账号提示,选择原先邮箱账户合并完成后再次使用社交登录出现
{"msg":"Failed to find user"}
。问题排查:合并账户后因选择保留邮箱注册的账户,社交登录时创建的账户则自动被系统删除,但
auth_identities
表中社交登录的记录的用户id仍然为被删除的社交登录的账户,导致无法正常找到账户idThe text was updated successfully, but these errors were encountered: