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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:main📝 Commits (1)
d4fec48getENABLE_SIGNUPfrom 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_SIGNUPfrom env, and if it's not set will keep the default ofTrue.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.