[PR #1369] [MERGED] Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION #15882

Closed
opened 2025-11-02 11:56:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1369
Author: @strk
Created: 3/22/2017
Status: Merged
Merged: 3/29/2017
Merged by: @appleboy

Base: masterHead: openid-registartion-default-to-global


📝 Commits (3)

  • 721d88e Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION
  • 797268d Move OpenID settings under Service object
  • a8ca869 Show OpenID SignUp and SignIn status in admin panel / configuration

📊 Changes

7 files changed (+47 additions, -38 deletions)

View changed files

📝 cmd/web.go (+2 -2)
📝 conf/app.ini (+2 -1)
📝 modules/context/context.go (+1 -1)
📝 modules/setting/setting.go (+26 -24)
📝 options/locale/locale_en-US.ini (+2 -0)
📝 routers/user/auth_openid.go (+10 -10)
📝 templates/admin/config.tmpl (+4 -0)

📄 Description

Omit the configuration variable (the default) to be dependent.
Fixes #1363


🔄 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/1369 **Author:** [@strk](https://github.com/strk) **Created:** 3/22/2017 **Status:** ✅ Merged **Merged:** 3/29/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `openid-registartion-default-to-global` --- ### 📝 Commits (3) - [`721d88e`](https://github.com/go-gitea/gitea/commit/721d88e490071b7a918c1f84c62dd8d4e0cbb1b9) Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION - [`797268d`](https://github.com/go-gitea/gitea/commit/797268d943897c6e24aff89096ff45730e7686c6) Move OpenID settings under Service object - [`a8ca869`](https://github.com/go-gitea/gitea/commit/a8ca869a523a2f87cd467172f793241f431f2b0b) Show OpenID SignUp and SignIn status in admin panel / configuration ### 📊 Changes **7 files changed** (+47 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+2 -2) 📝 `conf/app.ini` (+2 -1) 📝 `modules/context/context.go` (+1 -1) 📝 `modules/setting/setting.go` (+26 -24) 📝 `options/locale/locale_en-US.ini` (+2 -0) 📝 `routers/user/auth_openid.go` (+10 -10) 📝 `templates/admin/config.tmpl` (+4 -0) </details> ### 📄 Description Omit the configuration variable (the default) to be dependent. Fixes #1363 --- <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:56:47 -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#15882