Incorrect Password Blocker

When running the application 2 users are created.

| Users         | Username      | Password  |
| ------------- |:-------------:| -------:  |
| Admin         | admin         | admin     |
| Test          | test          | test      |

###Tools/Frameworks used:

To run the application:

./gradlew run

You can also add a parameter to the gradle task in order to have cleaner CLI interaction:

./gradlew run --console=plain

To test the application:

./gradlew clean test

To build the application:

./gradlew clean build

To run the jar after the build:

java -jar app/build/libs/app.jar