[GH-ISSUE #2177] [FEAT]: User account items, editing, and management functions are enhanced #1419

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

Originally created by @hejp001 on GitHub (Aug 26, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2177

What would you like to see?

Can I add a nickname to a user account? When a user or administrator edits a user account, the user name cannot be edited (once it is determined). The user nickname can be modified. Because within an organization we need to identify users by their nicknames and real names. In addition, can I add the function of importing users in batches?

Originally created by @hejp001 on GitHub (Aug 26, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2177 ### What would you like to see? Can I add a nickname to a user account? When a user or administrator edits a user account, the user name cannot be edited (once it is determined). The user nickname can be modified. Because within an organization we need to identify users by their nicknames and real names. In addition, can I add the function of importing users in batches?
yindo added the enhancementfeature request labels 2026-02-22 18:24:42 -05:00
yindo closed this issue 2026-02-22 18:24:42 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 26, 2024):

Users only have usernames, passwords, and roles. There are no other identifiers aside from their database db.

The admin & user can both edit a username after it is set. The admin from the users dashboard and the user from their account settings.

You can bulk create users via the API. There is a user creation endpoint.

@timothycarambat commented on GitHub (Aug 26, 2024): Users only have usernames, passwords, and roles. There are no other identifiers aside from their database db. The admin & user can both edit a username after it is set. The admin from the users dashboard and the user from their account settings. You can bulk create users via the API. There is a user creation endpoint.
yindo changed title from [FEAT]: User account items, editing, and management functions are enhanced to [GH-ISSUE #2177] [FEAT]: User account items, editing, and management functions are enhanced 2026-06-05 14:40:40 -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#1419