[PR #3910] [MERGED] Add new option to allow only OAuth2/OpenID user registration #17139

Closed
opened 2025-11-02 12:27:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3910
Author: @FabioFortini
Created: 5/7/2018
Status: Merged
Merged: 5/13/2018
Merged by: @lunny

Base: masterHead: master


📝 Commits (2)

  • 1ad386e issue-2768: added new option allow_only_external_registration
  • 52480dc Merge branch 'master' into master

📊 Changes

8 files changed (+20 additions, -2 deletions)

View changed files

📝 custom/conf/app.ini.sample (+2 -0)
📝 modules/auth/user_form.go (+1 -0)
📝 modules/setting/setting.go (+3 -1)
📝 options/locale/locale_en-US.ini (+2 -0)
📝 routers/install.go (+2 -0)
📝 routers/user/auth.go (+2 -1)
📝 templates/admin/config.tmpl (+2 -0)
📝 templates/install.tmpl (+6 -0)

📄 Description

Fixes #2768


🔄 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/3910 **Author:** [@FabioFortini](https://github.com/FabioFortini) **Created:** 5/7/2018 **Status:** ✅ Merged **Merged:** 5/13/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`1ad386e`](https://github.com/go-gitea/gitea/commit/1ad386eb93ebefb9414c55f90593d4e5ee3e680f) issue-2768: added new option allow_only_external_registration - [`52480dc`](https://github.com/go-gitea/gitea/commit/52480dc8f9d4729277b4eb1530565875948099ec) Merge branch 'master' into master ### 📊 Changes **8 files changed** (+20 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -0) 📝 `modules/auth/user_form.go` (+1 -0) 📝 `modules/setting/setting.go` (+3 -1) 📝 `options/locale/locale_en-US.ini` (+2 -0) 📝 `routers/install.go` (+2 -0) 📝 `routers/user/auth.go` (+2 -1) 📝 `templates/admin/config.tmpl` (+2 -0) 📝 `templates/install.tmpl` (+6 -0) </details> ### 📄 Description Fixes #2768 --- <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 12:27:17 -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#17139