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) ?
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) ?
Set the WEBUI_SECRET_KEY variable 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.
@justinh-rahb commented on GitHub (Apr 25, 2024):
Set the `WEBUI_SECRET_KEY` variable 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.