Project

General

Profile

Actions

Bug #48

open

Password field accepts invalid inputs without enforcing validation rules (Android App)

Added by Vivek Kumar 26 days ago. Updated 26 days ago.

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:

  1. Navigate to Settings -> Security -> Change Password
  2. Enter the current password
  3. In the New Password field, enter a simple password (e.g., abc123 or password)
  4. Confirm the same password in Confirm New Password
  5. 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

Actions

Also available in: Atom PDF