open-webui is a great project that makes it easy to deploy and use LLM.
most authorization is controlled be user group such as Knowledge base.
but after user registration, the real end user becomes a "User" without any group.
if administrator wants all users to have WRITE right for some Knowledge base.
administrator has to assign a particular group to new end user manually.
So I suggest to make it possible to set a default user group for "User".
Originally created by @zhaowei0315 on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10713
Hello Open-webui Team,
> open-webui is a great project that makes it easy to deploy and use LLM.
> most authorization is controlled be user group such as Knowledge base.
> but after user registration, the real end user becomes a "User" without any group.
> if administrator wants all users to have WRITE right for some Knowledge base.
> administrator has to assign a particular group to new end user manually.
> So I suggest to make it possible to set a default user group for "User".
<!-- Failed to upload "image.png" -->
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 @zhaowei0315 on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10713
Hello Open-webui Team,