Closed oldoc63 closed 3 years ago
For the login form, we want our users to have usernames that are at least 3 characters and at most 15. To the input with an id of "username", add the following attributes and values were added:
a minlength of "3" a maxlength of "15"
For the login form, we want our users to have usernames that are at least 3 characters and at most 15. To the input with an id of "username", add the following attributes and values were added: