Authentication Page =================== This is the initial page rendered to users who are not authenticated upon visiting the application link. To gain access, a user should provide their correct **username** and **password** in the input fields provided in the Login form as illustrated in the image below. .. figure:: ../../images/LoginForm.png :align: center :alt: An illustration of the Login form :scale: 50% An illustration of the Login page Upon successful login, the user will be directed to the Dashboard or Overview page. .. figure:: ../../images/DashboardPage.png :align: center :alt: An illustration of the Dashboard page A snippet of the Dashboard page on successful login