-
Type:
Bug
-
Resolution: Done
-
Priority:
Medium
-
Affects Version/s: None
-
None
On the beneficiary registration page, the system accepts any uploaded image, including random objects, without validation. Ideally, the system should validate the uploaded image (e.g., ensure it is a proper human/beneficiary photo) and restrict invalid uploads.
Steps to Reproduce:
- Navigate to the Beneficiary Registration page.
- Upload a random image (e.g., object, blank image, unrelated picture).
- Submit the form.
Expected Result:
- The system should validate the uploaded image.
- Only valid beneficiary images (e.g., human face/photo) should be accepted.
- An error message should be shown for invalid uploads.
Actual Result:
- The system accepts any uploaded image without validation.