mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
Save user UI settings will override function settings #3713
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 @eloxt on GitHub (Feb 9, 2025).
Bug Report
Installation Method
Docker compose
Environment
Confirmation:
Expected Behavior:
Change UI settings only.
Actual Behavior:
Delete all function settings.
Description
Bug Summary:
I am using OpenAI Manifold Function to configure OpenAI API Key for each user. This function will save API Key in settings property of user table, but everytime when user change settings this value will be deleted.
Reproduction Details
Steps to Reproduce:
Configure function valves in Chat Controls sidebar, then change user settings.
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):

Before change:
After:
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Feb 12, 2025):
Should be addressed with
cd2f4142d5in dev! Testing wanted here!@eloxt commented on GitHub (Feb 13, 2025):
Thanks, it's been tested and it's ok