mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #22521] feat: Optional Unicode support for usernames (NFC normalised, opt-in) #19732
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 @Otzie2023 on GitHub (Mar 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22521
Check Existing Issues
Verify Feature Scope
Problem Description
The current restriction to ASCII can be problematic for:
Many modern systems already support Unicode usernames.
Desired Solution you'd like
The current Home Assistant usernames only allow ASCII characters (not the GUI/display names). I would like to propose optionally supporting Unicode characters for usernames.
The proposal would be:
Additional security measures:
Alternatives Considered
This change could bring the following advantages:
Low risk due to:
In addition, it could be clearly documented that:
This keeps responsibility clear and the risk to the core system low.
Additional Context
No response
@pr-validator-bot commented on GitHub (Mar 10, 2026):
⚠️ Missing Issue Title Prefix
@Otzie2023, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password