Account Page - bvshvarf/bvshvarf.github.io GitHub Wiki
Author(s): Bashar Fakhreddin
Return to User Interface Overview
Detailed Steps: How Users Interact With the Account Page
Top Navigation Bar
Account Tab (highlighted in red):
- Clicking this tab brings users to the "Account" page where they can register, log in, or continue as a guest.
Registration
In the Register section:
- Enter your Email address.
- Enter your Password.
- Confirm your password by re-entering it in Confirm Password.
- Click the Submit button to create a new account.
- If successful, the user is likely logged in or prompted with a success message.
- Errors (e.g., passwords not matching) should show a clear error message.
Login
In the Log In section:
- Enter your registered Email.
- Enter your Password.
- Click the Submit button to log into your account.
- On success, the user is redirected to their dashboard or home page.
- Incorrect email/password shows an error message.
Continue As Guest
If users prefer not to register or log in:
- Click the Continue As Guest button.
- This option allows access to limited features without an account.
Different Views and Stages
- Before interaction: Registration/Login/Guest options visible.
- After successful registration/login: User is taken to main app features.
- After failed registration/login: Errors displayed near the form fields.