BUG #4162
Updated by Nazmul Hossain Shovon about 2 months ago
### Description **Module/Section:** Create New Password **Profile:** Agency **Issue Category:** Functional On the **Create New Password** page, the **password validation is not working as expected**. The system allows a password that does **not meet the defined password requirements** (e.g., minimum length, complexity rules) to be submitted successfully. ### Steps to Reproduce 1. Navigate to the **Create New Password** page. 2. Enter the password **`A@dmin123456789`** in the password field. 3. Click the **Reset Password** (or equivalent) button. ### Expected Result - The system should display an **error message** indicating that the password does not meet the required criteria (such as minimum length, special characters, etc.). - The password reset action should be **blocked** until a valid password is provided. ### Actual Result - The password **`A@dmin123456789`** is accepted. - The password reset process completes **without any validation error**. ### Attachments - [PoC](https://drive.google.com/file/d/1bMRoeOM2_ktmvjdZbR53UvAWwH19Fy0p/view?usp=sharing) --- ### Impact Area: reset password form ### Root Cause: lack of validation --- ### Additional Info - Tested By: Aman