Bug #24
openAdmin/Super Admin password from backend config not applied on terminal + password length mismatch between Web and Terminal
0%
Description
1. Summary
The Admin Password and Super Admin Password configured in the backend (config parameters) are successfully displayed on the web portal. However, these values are not getting applied on the terminal. Additionally, there is a password length validation mismatch:
Web portal allows up to 10 digits
Terminal UI supports only 4 digits
This creates inconsistency and usability issues for users.
Steps to Reproduce
Login to the Web Portal.
Navigate to the configuration section where Admin Password & Super Admin Password are displayed.
Set a password (up to 10 digits as per web validation).
Save the configuration.
Sync the terminal or restart it.
Try accessing Admin/Super Admin mode on the terminal.
Actual Result
Terminal does not accept the password configured in the backend.
Only 4-digit input layout appears on the terminal.
Web portal allows up to 10 digits, causing inconsistency and failed login attempts.
Expected Result
Password configured on the backend should be successfully applied to the terminal.
Web and terminal should follow same password length rules.
If terminal supports 4 digits, web validation should also restrict to 4 digits.
No data to display