mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
feat: Ability to gate the setting of system prompts of projects introduced in 0.6.16 (akin to USER_PERMISSIONS_CHAT_SYSTEM_PROMPT ) #5760
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 @ScottWHP on GitHub (Jul 15, 2025).
Check Existing Issues
Problem Description
Loving the changes and QoL improvements with 0.6.16, well done.
Per the title, we have USER_PERMISSIONS_CHAT_SYSTEM_PROMPT set to False to prevent users from changing the system prompts on chats which works a charm. Rightly or wrongly, this setting doesn't apply to the new Project functionality, where an end user can now set the System Prompt again.
Desired Solution you'd like
I'd like the ability to gate the ability to set the system prompt on projects globally, or perhaps on a group/etc basis.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Jul 15, 2025):
I can take care of this later today.
@tjbck commented on GitHub (Jul 15, 2025):
Good catch, addressed with f7fae947a7eebcbcc91c5b57c2f84c70b4f27d6e!