mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Bypass login for simple users or faster login #727
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 @MohamedAliRashad on GitHub (Apr 25, 2024).
I want to host open-webui for my local community and i don't want to bother them with repetative login requests everytime they leave the app and come back again.
Is there away to disable login or save cookies so they login directly after the first time (Remember me button) ?
@justinh-rahb commented on GitHub (Apr 25, 2024):
Set the
WEBUI_SECRET_KEYvariable to something long and random, but as long as it's kept the same between container re-runs it will preserve all logged in sessions indefinitely.