We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a spawn-off of #1689 (thanks @oxy 🎉)
See #1689
A helpful error message regarding what letters/characters/combinations the username accepts
An undetailed error message
The Yup validation needs improvements here:
coder/site/src/components/SettingsAccountForm/SettingsAccountForm.tsx
Line 25 in c465f8a
This uses username validation, which is a custom validator we have in our backend.
username
To source this, see that the struct has a username tag here:
coder/codersdk/users.go
Line 57 in c465f8a
Which is defined here:
coder/coderd/httpapi/httpapi.go
Lines 34 to 47 in c465f8a
Line 18 in c465f8a
The text was updated successfully, but these errors were encountered:
Please add your planning poker estimate with ZenHub @Kira-Pilot
Sorry, something went wrong.
Further note:
The implementation to this FE is identical to #1453 but applied to a user's username with different product copy
oxy
Successfully merging a pull request may close this issue.
This is a spawn-off of #1689 (thanks @oxy 🎉)
Steps to Reproduce
See #1689
Expected
A helpful error message regarding what letters/characters/combinations the username accepts
Actual
An undetailed error message
Screenshot
Notes
The Yup validation needs improvements here:
coder/site/src/components/SettingsAccountForm/SettingsAccountForm.tsx
Line 25 in c465f8a
This uses
username
validation, which is a custom validator we have in our backend.To source this, see that the struct has a
username
tag here:coder/codersdk/users.go
Line 57 in c465f8a
Which is defined here:
coder/coderd/httpapi/httpapi.go
Lines 34 to 47 in c465f8a
coder/coderd/httpapi/httpapi.go
Line 18 in c465f8a
The text was updated successfully, but these errors were encountered: