pull/70/head
Florin Pop 6 years ago
parent 5c4f325b58
commit bcb0768da2

@ -20,6 +20,7 @@ country so it can then generate a customized greeting in the users native
language.
### Constraints
- Developers should use the [IP-API](http://ip-api.com/docs/api:json) service
to obtain the users country code.
- Developers should use the
@ -32,7 +33,7 @@ obtain the greeting in the users native language by passing the country code.
a password text input field, and 'Login' and 'Logout' buttons.
- [ ] User can enter a mock login name into the User Name field.
- [ ] User can enter a mock password into the Password field. Input should
be masked so the user see's asterisks ('*') for each character that is entered
be masked so the user see's asterisks (`*`) for each character that is entered
rather than the plaintext password.
- [ ] User can click the 'Login' button to perform a mock login.
- [ ] User can see a message if either or both of the input fields are empty

Loading…
Cancel
Save