LOGIN
The login page is the entry point to Source Buddy. It allows authorized users to sign in securely before accessing the dashboard and other features.
There are two types of logins:
- Manager Login
- Engineer Login
Each uses the same screen layout (User Id, Password, and SIGN IN button), but may provide access to different features after a successful login.
MANAGER LOGIN
The Manager login form contains two fields, each with an icon on the left to indicate its purpose.
- User Id: Single-line text input for the manager’s user identifier. It is preceded by a user icon inside the input area.
- Password: Password input that hides the typed characters. It is preceded by a lock icon and may include an eye icon to toggle visibility.
- Label:
SIGN IN - Action: Submits the entered User Id and Password for authentication.
- Result: If valid, the manager is redirected to the dashboard with manager-level access.
- Enter the assigned Manager User Id.
- Enter the Password.
- Click SIGN IN to access manager features.
- After successful login, the manager is taken to the Manager Dashboard.
ENGINEER LOGIN
The Engineer login form also contains two fields with icons.
- User Id: Single-line text input for the engineer’s user identifier. It is preceded by a user icon.
- Password: Password input that hides the typed characters. It is preceded by a lock icon and may include an eye icon.
- Label:
SIGN IN - Action: Submits the entered User Id and Password for authentication.
- Result: If valid, the engineer is redirected to the dashboard with engineer-level access.
- Enter the assigned Engineer User Id.
- Enter the Password.
- Click SIGN IN to access engineer features.
- After successful login, the engineer is taken to the Engineer Dashboard.