[GH-ISSUE #4809] [BUG]: User name length restriction is bogus #3028

Closed
opened 2026-02-22 18:32:19 -05:00 by yindo · 1 comment
Owner

Originally created by @rcfa on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4809

Originally assigned to: @angelplusultra on GitHub.

How are you running AnythingLLM?

Docker (local)

What happened?

User names here follow classic Unix conventions, which is initials. So just like it’s rm and ls and not remove and list, our users are called ag, dlm, daqb etc. depending on whether they have two, three or four initials. Even the admin user can’t be called admin, because usernames arbitrarily must have a length of six characters or more.
This seems to be an entirely bogus restriction that should be lifted.

Are there known steps to reproduce?

No response

Originally created by @rcfa on GitHub (Dec 25, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4809 Originally assigned to: @angelplusultra on GitHub. ### How are you running AnythingLLM? Docker (local) ### What happened? User names here follow classic Unix conventions, which is initials. So just like it’s rm and ls and not remove and list, our users are called ag, dlm, daqb etc. depending on whether they have two, three or four initials. Even the admin user can’t be called admin, because usernames arbitrarily must have a length of six characters or more. This seems to be an entirely bogus restriction that should be lifted. ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:32:19 -05:00
yindo closed this issue 2026-02-22 18:32:19 -05:00
Author
Owner

@rcfa commented on GitHub (Dec 25, 2025):

To clarify: I'm talking about the initial account setup.
Interestingly enough, once the account exists, one can edit the user name to be shorter, and once logged in as admin user, one can create new users with shorter names, which shows that the restriction to six letters or more in the initial setup is bogus, as there's obviously no such restriction in the system.

@rcfa commented on GitHub (Dec 25, 2025): To clarify: I'm talking about the initial account setup. Interestingly enough, once the account exists, one can edit the user name to be shorter, and once logged in as admin user, one can create new users with shorter names, which shows that the restriction to six letters or more in the initial setup is bogus, as there's obviously no such restriction in the system.
yindo changed title from [BUG]: User name length restriction is bogus to [GH-ISSUE #4809] [BUG]: User name length restriction is bogus 2026-06-05 14:49:54 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3028