mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #7295] Add username field to user account (after LDAP implementation, sAMAccountname) instead of using 'name'-Field #53357
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 @TheMasterFX on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7295
Feature Request
After the integration of LDAP authentication (thanks for that!), a new field ‘username’ should be implemented, since the LDAP user name usually does not correspond to the readable user name and also does not contain any spaces. e.g. Normally the uid/sAMAccountname is e.g. like lastname_firstname.
Now we have
Maybe the uid should be a new field instead of the "name" which is the Full Name with email-login/registration. The Full name ('name') field is in Active Directory most times something like the givenName (sometimes givenName + sn)