[PR #3791] [CLOSED] Add new option to allow only OAuth2/OpenID user registration #17084

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3791
Author: @FabioFortini
Created: 4/13/2018
Status: Closed

Base: release/v1.4Head: release/v1.4


📝 Commits (1)

  • cc1b2a0 issue-2768: added new option allow_only_external_registration

📊 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

Added a new property to allow the registration through external authentication services.

This 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/3791 **Author:** [@FabioFortini](https://github.com/FabioFortini) **Created:** 4/13/2018 **Status:** ❌ Closed **Base:** `release/v1.4` ← **Head:** `release/v1.4` --- ### 📝 Commits (1) - [`cc1b2a0`](https://github.com/go-gitea/gitea/commit/cc1b2a0384e297c2a7ac0d1c4b1a12fa78de52ef) issue-2768: added new option allow_only_external_registration ### 📊 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 Added a new property to allow the registration through external authentication services. This 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:25:56 -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#17084