mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-12 00:43:31 -05:00
issue: refresh user api token every time when i update open webui #4985
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 @maksir on GitHub (Apr 28, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.5
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
After update Open WebUI in docker all user api tokens stay old.
Actual Behavior
After update Open WebUI in docker, all user api tokens have become new. We have to update them in all programs (RooCode, Cline, etc.).
Steps to Reproduce
Logs & Screenshots
No logs
Additional Information
No response
@Classic298 commented on GitHub (Apr 28, 2025):
Cannot reproduce. JWT keys get renewed, yeah, but API keys stay the same for me.
@tjbck commented on GitHub (Apr 28, 2025):
PLEASE check for existing discussions/issues first.
related: https://docs.openwebui.com/getting-started/env-configuration/#webui_secret_key
@Classic298 commented on GitHub (Apr 28, 2025):
Good thought! If the user is not properly setting the secret key.. yeah