Actions
Bug #48
openPassword field accepts invalid inputs without enforcing validation rules (Android App)
Status:
New
Priority:
High
Assignee:
-
Start date:
03/26/2026
Due date:
% Done:
0%
Estimated time:
Description
The password change functionality does not properly validate the entered password against the defined requirements. Users are able to set simple passwords (e.g., plain text without uppercase, numbers, or special characters), even though password rules are displayed on the UI.
Environment:
Platform: Mobile App
Build: 24 March
Steps to Reproduce:
- Navigate to Settings -> Security -> Change Password
- Enter the current password
- In the New Password field, enter a simple password (e.g., abc123 or password)
- Confirm the same password in Confirm New Password
- Submit the form
Expected Result:
The system should reject passwords that do not meet the requirements:
- Minimum 8 characters
- At least one uppercase letter
- At least one lowercase letter
- At least one number
- At least one special character
Appropriate validation error messages should be displayed
Actual Result:
The system accepts weak or invalid passwords without showing any validation error
Updated by Vivek Kumar 26 days ago
- Subject changed from Password field accepts invalid inputs without enforcing validation rules to Password field accepts invalid inputs without enforcing validation rules (Android App)
Actions