[PR #1052] [MERGED] Link OAuth2 account to 2FA enabled account (fix #1050) #15735

Closed
opened 2025-11-02 11:53:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1052
Author: @willemvd
Created: 2/25/2017
Status: Merged
Merged: 2/27/2017
Merged by: @lunny

Base: masterHead: 1050-oauth2-linking-fails-2fa-account


📝 Commits (2)

  • b757c44 fixes #1050 where linking an account to a 2fa enabled account failed because we forgot to really link the account when 2fa is completed
  • 5ef63db handle errors

📊 Changes

1 file changed (+20 additions, -2 deletions)

View changed files

📝 routers/user/auth.go (+20 -2)

📄 Description

fixes #1050 where linking an account to a 2fa enabled account failed because we forgot to really link the account when 2fa is completed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1052 **Author:** [@willemvd](https://github.com/willemvd) **Created:** 2/25/2017 **Status:** ✅ Merged **Merged:** 2/27/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `1050-oauth2-linking-fails-2fa-account` --- ### 📝 Commits (2) - [`b757c44`](https://github.com/go-gitea/gitea/commit/b757c445bf206fd3dda9a2c4d6a767c379a1dea5) fixes #1050 where linking an account to a 2fa enabled account failed because we forgot to really link the account when 2fa is completed - [`5ef63db`](https://github.com/go-gitea/gitea/commit/5ef63dbb594ec194b53b1cb3bc10d44b1d1e0bcd) handle errors ### 📊 Changes **1 file changed** (+20 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `routers/user/auth.go` (+20 -2) </details> ### 📄 Description fixes #1050 where linking an account to a 2fa enabled account failed because we forgot to really link the account when 2fa is completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:53:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15735