mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🚀 Feature: Support more characters in usernames #483
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 @alec-hs on GitHub.
Feature description
Support more characters in usernames. Ideally hyphen/ dash
-and@Pitch
These are often used by lots of systems and can be mapped as an attribute so support for more chars would be great.
@stonith404 commented on GitHub:
This should be added in
v0.4.0. Let me know if there are still too much constraints.@alec-hs commented on GitHub:
Some platforms use email as username - anyone who uses MS Entra as an ID source often has this requirement as UPN is name@domain. Additionally, unless there is some technical limitation on what characters can be used in usernames it seems arbitrary to restrict.
@stonith404 commented on GitHub:
Are
@really used in usernames? Do you have an example of a service that uses an@in the username?