[PR #1039] [MERGED] Fix 500 when change user setting email to an exist email #15725

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

📋 Pull Request Information

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

Base: masterHead: lunny/fix_500_change_exist_email


📝 Commits (1)

  • 6412d98 fix 500 when change user setting email to an exist email

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

📝 routers/user/setting.go (+5 -0)

📄 Description

This PR fix a 500 when you change your email to an exist email address.

before

untitled

after

untitled2


🔄 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/1039 **Author:** [@lunny](https://github.com/lunny) **Created:** 2/24/2017 **Status:** ✅ Merged **Merged:** 2/25/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/fix_500_change_exist_email` --- ### 📝 Commits (1) - [`6412d98`](https://github.com/go-gitea/gitea/commit/6412d98b8a3008d998096653423531f6c54eb6be) fix 500 when change user setting email to an exist email ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `routers/user/setting.go` (+5 -0) </details> ### 📄 Description This PR fix a 500 when you change your email to an exist email address. before ![untitled](https://cloud.githubusercontent.com/assets/81045/23296028/4234aa48-faae-11e6-883f-cf62d0d2d94a.png) after ![untitled2](https://cloud.githubusercontent.com/assets/81045/23296037/4b510414-faae-11e6-9eab-84d2a9c4cdc3.png) --- <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:10 -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#15725