[PR #663] [MERGED] Enable/disable signup in env #7207

Closed
opened 2025-11-11 17:20:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/663
Author: @kylemclaren
Created: 2/6/2024
Status: Merged
Merged: 2/8/2024
Merged by: @tjbck

Base: mainHead: main


📝 Commits (1)

  • d4fec48 get ENABLE_SIGNUP from env

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 backend/apps/web/main.py (+2 -2)
📝 backend/config.py (+1 -0)

📄 Description

This PR will get ENABLE_SIGNUP from env, and if it's not set will keep the default of True.

I noticed that I'm not able to persist the setting between container restarts.


🔄 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/open-webui/open-webui/pull/663 **Author:** [@kylemclaren](https://github.com/kylemclaren) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`d4fec48`](https://github.com/open-webui/open-webui/commit/d4fec48d9c4eee331b874896c814c276b638bda6) get `ENABLE_SIGNUP` from env ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/web/main.py` (+2 -2) 📝 `backend/config.py` (+1 -0) </details> ### 📄 Description This PR will get `ENABLE_SIGNUP` from env, and if it's not set will keep the default of `True`. I noticed that I'm not able to persist the setting between container restarts. --- <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-11 17:20:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7207