mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #2028] Make signup/login optionnal with a docker envar #12729
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 @beeksiwaais on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2028
Is your feature request related to a problem? Please describe.
Currently, the signup/login process is mandatory when using the tool, which can be cumbersome for users who want to quickly test or deploy it without going through the signup process.
Describe the solution you'd like
I propose making the signup/login process optional by introducing a Docker environment variable. This would allow users to bypass the signup/login step if they choose to do so, enhancing flexibility and ease of use.
Describe alternatives you've considered
One alternative could be to provide a separate lightweight version of the tool that doesn't require signup/login. However, this could lead to maintenance challenges in managing two different versions of the tool.
Additional context
This feature would significantly improve the user experience for developers and testers who frequently spin up instances of the tool for various purposes, streamlining the setup process and saving time.
@tjbck commented on GitHub (May 7, 2024):
Duplicate #1898 #929