BUG #4001
open[SQA] Current Password field allows password change with incorrect input
100%
Description
The "Current Password" field is non-functional, allowing users to change their password even after entering an incorrect current password. This compromises account security and expected validation behavior.
Module / Page
Security / Change Password
Module Section
Current Password Field
Screen Size
All Devices
Tested By
Aman Bhuiyan
Steps to Reproduce¶
- Log in to the application.
- Navigate to the Change Password section.
- Enter an incorrect value in the Current Password field.
- Enter valid values in the New Password and Confirm Password fields.
- Submit the form.
Expected Result
The Current Password field should be mandatory and validated.
Users should not be able to change their password unless the correct current password is provided.
Actual Result
Users are able to successfully change their password even after entering an incorrect current password.
Attachments
Proof of Concept
Types of Issue
Functional / Security Issue
Root Cause:
Impacted Area:
Updated by Md.Sajib Ahmed 3 months ago
- Assignee set to Aman Bhuiyan
- % Done changed from 0 to 100
This issue depends on the client side. Once it’s resolved on the backend, it will be automatically fixed on our side as well