mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #663] [MERGED] Enable/disable signup in env #7207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.