mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
ENABLE_ADMIN_CHAT_ACCESS now manages 'see chats' AND 'delete user'. Please allow delete user for admin users regardless of this setting. #1771
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 @m8dhouse on GitHub (Aug 14, 2024).
Is your feature request related to a problem? Please describe.
Currently as admin using the ENABLE_ADMIN_CHAT_ACCESS I can see chats from other users and delete users. When ENABLE_ADMIN_CHAT_ACCESS=false (as it should be) is removes chat access, BUT also removes the option for me as admin to delete users. The 'delete users' icon should not be removed when the ENABLE_ADMIN_CHAT_ACCESS=false.
Describe the solution you'd like
as admin I should always be able delete users
Describe alternatives you've considered
re-enable ENABLE_ADMIN_CHAT_ACCESS=true for now - but also gives me access to chats (GDPR privacy issue)
Additional context
Add any other context or screenshots about the feature request here.
@tjbck commented on GitHub (Aug 14, 2024):
Fixed on dev.