-
Notifications
You must be signed in to change notification settings - Fork 166
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
Should validate username when creating a VM #301
Comments
"administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". |
Category: "Validation in more scenarios" |
add validation rule for vm's username |
win10, x64, Eclipse.Mars
Create new VM dialog allows to proceed when user enters "admin" as the username. Subsequently VM creation fails with an error that the admin username is not allowed. Would be better to validate user input prior to submission.
The text was updated successfully, but these errors were encountered: