-
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
[BUG] Validation Issue: Empty Username Incorrectly Accepted Despite Error Message #1535
Comments
@vpaunovic, I have tested it on dev. I see that the above issue is fixed, but the invalid username is still acceptable. The 'Proceed with this username' button is visible for an invalid username. |
@kneerose It's fixed. When it was pushed somehow one condition was missed for disabling that button, as it was in input condition. It will be pushed to a new version and when it is available with that new package version it will be available for dev test. |
@vpaunovic I see the changes on the dev environment but not yet on the test environment. The ticket will be closed once the changes are available in the test environment. |
Please dont close it after it passes the testing on test environment @kneerose . Intersect should give in this case final sign off after testing it on staging. |
I've reviewed the changes on the test environment. |
CLosing as per the comment above. |
Context & versions
Steps to reproduce
Actual behaviour
Expected behaviour
Username must be between 1 and 30 characters and cannot start with a period or underscore.
The text was updated successfully, but these errors were encountered: