You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Edit and Current Password Mandatory Field Validation Not Working
Description
When editing a user, the Current Password field is expected to be mandatory for any changes. However, the mandatory validation for this field is not functioning correctly, allowing users to save changes without entering the current password.
Steps to Reproduce
Go to the Admin Panel.
Navigate to Users and select a user to edit.
Make changes to the user's details (e.g., name or email) without entering the current password.
Click on the Save button.
Expected Behavior
An error message should appear, indicating that the Current Password field is required before saving any changes.
Actual Behavior
The changes are saved without prompting for or validating the Current Password field.
Suggested Fix
Implement mandatory validation for the Current Password field.
Ensure that the system verifies the entered password before saving the changes.
Priority
High
Attachments
Validation.not.working.mp4
The text was updated successfully, but these errors were encountered:
@ashishkumar-webkul The idea not validating on password field while updating the user information is that you do not have to re-enter the user password while updating other information unless you intend to change new password. This process is normal.
Bug Report
Title
User Edit and Current Password Mandatory Field Validation Not Working
Description
When editing a user, the Current Password field is expected to be mandatory for any changes. However, the mandatory validation for this field is not functioning correctly, allowing users to save changes without entering the current password.
Steps to Reproduce
Expected Behavior
An error message should appear, indicating that the Current Password field is required before saving any changes.
Actual Behavior
The changes are saved without prompting for or validating the Current Password field.
Suggested Fix
Priority
High
Attachments
Validation.not.working.mp4
The text was updated successfully, but these errors were encountered: