[PR #5554] [MERGED] Support reverse proxy providing email #17838

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5554
Author: @zeripath
Created: 12/16/2018
Status: Merged
Merged: 12/18/2018
Merged by: @techknowlogick

Base: masterHead: issue-2347-support-reverse-proxy-email


📝 Commits (2)

  • 3636c9b Support reverse proxy providing email
  • fd960d5 Merge branch 'master' into issue-2347-support-reverse-proxy-email

📊 Changes

5 files changed (+28 additions, -10 deletions)

View changed files

📝 custom/conf/app.ini.sample (+2 -0)
📝 docs/content/doc/advanced/config-cheat-sheet.en-us.md (+4 -0)
📝 modules/auth/auth.go (+8 -1)
📝 modules/setting/setting.go (+13 -9)
📝 routers/admin/admin.go (+1 -0)

📄 Description

This PR implements #2347 by allowing the reverse proxy to set the email address on auto-register.

The current implementation does not allow for changing the email address using the reverse proxy - perhaps it should?


🔄 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/5554 **Author:** [@zeripath](https://github.com/zeripath) **Created:** 12/16/2018 **Status:** ✅ Merged **Merged:** 12/18/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `issue-2347-support-reverse-proxy-email` --- ### 📝 Commits (2) - [`3636c9b`](https://github.com/go-gitea/gitea/commit/3636c9b3d6de4ed2418a548b75f91a33fdc98e8e) Support reverse proxy providing email - [`fd960d5`](https://github.com/go-gitea/gitea/commit/fd960d507e210c171e1901050c3378f2c35a2d42) Merge branch 'master' into issue-2347-support-reverse-proxy-email ### 📊 Changes **5 files changed** (+28 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -0) 📝 `docs/content/doc/advanced/config-cheat-sheet.en-us.md` (+4 -0) 📝 `modules/auth/auth.go` (+8 -1) 📝 `modules/setting/setting.go` (+13 -9) 📝 `routers/admin/admin.go` (+1 -0) </details> ### 📄 Description This PR implements #2347 by allowing the reverse proxy to set the email address on auto-register. The current implementation does not allow for changing the email address using the reverse proxy - perhaps it should? --- <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 16:10:06 -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#17838