-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Supporting space on Given name #2276
Comments
There are lots of spaces in Unicode: Question: do we allow just one space, and what about consecutive spaces? All Unicode characters, or just one of them? Could a user make a name up of just spaces? It would seem acceptable under the rules. |
For the start we should just allow space character , ascii code 32. |
…e-on-given-name feat(#2276): add support for space in given name
@bosko-m Still reproducing on dev , preview env Allure report on preview |
@kneerose Its not yet deployed on preview. |
@bosko-m still reproducing on dev |
Verified on Preview. |
Area
Delegation Pillar
Domain
gov.tools
Which wallet were you using?
N/A
Context
As a DRep I should be able to set my Given Name with multiple words separated by space.
givenName (link)
There was a misunderstanding on the requirement here leading to not allowing the spaces:
#1873
Steps to reproduce
While registering as DRep or editing DRep metadata, try to input given name with space.
Actual behavior
Space and multiple words separated by space is not allowed
Expected behavior
Space and multiple words should be supported.
The text was updated successfully, but these errors were encountered: