Allows the registered user's to login to the application.
- The User enters the user name and password on the login page.
- Application verifies the user name and password combination.
- If the user is a valid user, application re-directs the user to the TODO listing and addition page
- If the user is an invalid user, application display appropriate message.
Allows the registered user's to login to the application.