Login Page ================================ The login page can be accessed via web browser using url: http://localhost:5445/. Note: this url is only for local installation. For server implementation, you need to access the IP address or DNS of the machine. .. image:: images/start_login.png :width: 100% Sign Up -------------------------------- - If you dont have any account, you can create new account by clicking Sign Up under anonymous tab on the top right panel .. image:: images/start_signup_button.png :width: 200px :align: center - You will be directed to the sign up page. .. image:: images/start_signup.png :width: 100% - Fill in the required information for the new user, such as email address, name, and password. - Click on the "Sign Up" button. .. image:: images/start_signup_user.png :width: 100% - If success, you will be redirected to the main page. .. image:: images/start_signin_success.png :width: 100% - If failed, the error message will be displayed. .. image:: images/start_signup_failed.png :width: 100% Sign In -------------------------------- - A registered user can log in using their email address and password on the login page. .. image:: images/start_signin.png :width: 100% - After logging in, you will be directed to the main page: .. image:: images/start_signin_success.png :width: 100% - If failed, the error message will be displayed. .. image:: images/start_signin_failed.png :width: 100% Log Out -------------------------------- To log out, click on the user icon at the top right corner of the page and select the "Log Out" option. .. image:: images/start_logout_button.png :width: 200px :align: center