mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #1645] Admin Panel "Enable New Sign Ups" not persistent after Save and Docker container restart #12578
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?
Originally created by @nicolasluckie on GitHub (Apr 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1645
Bug Report
Description
Bug Summary:
In Admin Panel > Admin Settings > General > Enable New Sign Ups. Toggling and Saving this setting persists only until the container is restarted.
Steps to Reproduce:
docker compose downthen./run-compose.sh --enable-gpu --build)Expected Behavior:
The Enable New Sign Ups setting is persistent when Saved and after the container is restarted.
Actual Behavior:
The Enable New Sign Ups setting is persistent when Saved but not after the container is restarted.
Environment
Open WebUI Version: 0.1.120
Ollama (if applicable): 0.1.32
Operating System: WSL2 for Windows 11 running Ubuntu 22.04.4 LTS (GNU/Linux 5.15.133.1-microsoft-standard-WSL2 x86_64)
Browser (if applicable): Brave v1.65.114
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
No console logs were produced.
Docker Container Logs:
Screenshots (if applicable):

After Save, Before restart
After Restart

Installation Method
./run-compose.sh --enable-gpu --build(WSL2 for Windows 11, details above)@tjbck commented on GitHub (Apr 21, 2024):
Duplicate #1022