Login
The Login module acts as the secure entry point to the Smart Locker system. Only authenticated employees can access device and locker operations.
Authentication Flow
- Enter registered Email ID and Password.
- The system validates credentials against the user database.
- On successful authentication, a secure session is created.
- The employee is redirected to the Home page.
- If authentication fails, an error message is displayed and access is denied.
This process ensures only authorized users can initiate device-related actions.
SSO Login Overview
Single Sign-On (SSO) allows employees to log in using their organization account instead of a separate Smart Locker password.
With SSO login:
- Users are redirected to the organization’s authentication provider.
- Authentication is handled through the organization’s secure identity system.
- On successful verification, the user is logged in and redirected back to the Smart Locker application.
- This simplifies login and improves security by using centralized access control.
Reset Password Flow
If a user forgets their password, they can reset it using the Forgot Password option.
Reset Password Process
- Click Forgot Password on the login page.
- Enter the registered Email ID.
- The system sends a password reset email to the registered email address.
- Open the email and click the reset password link.
- Enter and confirm the new password.
- Submit the new password to complete the reset process.
- The user can then log in using the updated password.