mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
User count limit to 50(?) #299
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 @fwxfasp on GitHub (Feb 14, 2024).
Is your feature request related to a problem? Please describe.
I experience, that the 51st user who registers on the system is not visible in the admin user list and therefore can't be activated
Describe the solution you'd like
I'm not 100% sure, but after a quick search in the code, it seems that the user count is limited to 50 users
(apps/web/routers/users.py)
Describe alternatives you've considered
I wonder if or why that limit is required. Might be nice to make the value configurable and not hard-coded if possible
Would be great if you could help here.
Keep up the great work!
@tjbck commented on GitHub (Feb 14, 2024):
Hi, Thanks for reporting this issue, I'll take a look in a bit.
@tjbck commented on GitHub (Feb 14, 2024):
Should be fixed with #732, let me know if you encounter any issues!
@fwxfasp commented on GitHub (Feb 15, 2024):
Thank you very much for the quick reply and fix!
I'll test asap (possibly not before next week) and report back.
@fwxfasp commented on GitHub (Feb 19, 2024):
Hi there,
I can confirm the fix works as expected. Thank you very much! :)