mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #608] Account activation issue #27668
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 @developdeez on GitHub (Jan 31, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/608
Why do we need to acitvate an account for this???
Anyhew it causes issues and prevents login. Maybe remove it?
@justinh-rahb commented on GitHub (Jan 31, 2024):
This issue is a duplicate of closed issues #376 and #430.
If you're seeking a basic interface intended for a single user without login functionality, I recommend considering the Lite version, which can be found here. It should be noted that this version can only store chat history locally in your browser, so they are not portable between different browsers/profiles/machines without manual export and import.
Alternatively, if you desire additional features such as cross-device chat history, RAG, and OpenAI API connection, creating a single account on the full version should suffice for you. Authentication is local to your instance, there is no sharing of information with external parties. Currently, session timeouts are not implemented, so your account will remain logged in indefinitely until you logout (though this is under reconsideration in #566).