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!
Originally created by @fwxfasp on GitHub (Feb 14, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/729
**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!
Thank you very much for the quick reply and fix!
I'll test asap (possibly not before next week) and report back.
<!-- gh-comment-id:1945577077 -->
@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.
Hi there,
I can confirm the fix works as expected. Thank you very much! :)
<!-- gh-comment-id:1952103063 -->
@fwxfasp commented on GitHub (Feb 19, 2024):
Hi there,
I can confirm the fix works as expected. Thank you very much! :)
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 @fwxfasp on GitHub (Feb 14, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/729
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! :)