Login
The Login module acts as the secure entry point to the Smart Locker system. Only authenticated super administrators 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.