User count limit to 50(?) #299

Closed
opened 2025-11-11 14:15:57 -06:00 by GiteaMirror · 4 comments
Owner

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!

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!
Author
Owner

@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): Hi, Thanks for reporting this issue, I'll take a look in a bit.
Author
Owner

@tjbck commented on GitHub (Feb 14, 2024):

Should be fixed with #732, let me know if you encounter any issues!

@tjbck commented on GitHub (Feb 14, 2024): Should be fixed with #732, let me know if you encounter any issues!
Author
Owner

@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 15, 2024): Thank you very much for the quick reply and fix! I'll test asap (possibly not before next week) and report back.
Author
Owner

@fwxfasp commented on GitHub (Feb 19, 2024):

Hi there,
I can confirm the fix works as expected. Thank you very much! :)

@fwxfasp commented on GitHub (Feb 19, 2024): Hi there, I can confirm the fix works as expected. Thank you very much! :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#299