-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
UpdateExternalUser failed: external login user link does not exists #21202
Comments
I had same issue, too.
|
Hi all, same here. |
Don't worry. It does not affect functionality, and there are no security concerns. It will be fixed ASAP. |
zeripath
pushed a commit
that referenced
this issue
Oct 19, 2022
KN4CK3R
added a commit
to KN4CK3R/gitea
that referenced
this issue
Oct 24, 2022
Fixes go-gitea#21202 Closes go-gitea#21276 An `ExternalLoginUser` is not mandatory if the current user account was created with/by the external login source.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I just updated our staging environment from 1.16.9 to 1.17.2. Everything seems fine, but I receive
...rs/web/auth/oauth.go:1045:handleOAuth2SignIn() [E] [6326e27a-2] UpdateExternalUser failed: external login user link does not exists [userID: 3, loginSourceID: 1]
in the logs whenever I login via OAuth2. The login itself works as expected, but I fear this may cause issues down the road.My OAuth2 provider is OpenID Connect via Keycloak.
gitea doctor --all
says everythings fine.The debug log for such a sign-in looks like this:
Gitea Version
1.17.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
I am running Gitea as docker image
gitea/gitea:1.17.2
. The DB ismariadb:10.9.2
.Database
MySQL
The text was updated successfully, but these errors were encountered: