Why does the UserDto<T> Name property have a regex restriction? #1025
Unanswered
James-Jackson-South
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
See the following regex.
IdentityServer4.Admin/src/Skoruba.IdentityServer4.Admin.BusinessLogic.Identity/Dtos/Identity/UserDto.cs
Lines 10 to 12 in 7f810bd
This restricts user names sent via the API when creating users which differs from the configurable one for the UI.
Beta Was this translation helpful? Give feedback.
All reactions