The login page for the site needs the following things added to the form
- Username and Password should be required before submitting
- Max length for both fields is 40 characters
- Min length for password is 12 characters
- Username should be a valid email
- When clicking login or hitting the enter key, the form should submit.
The login page for the site needs the following things added to the form