-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password Change Not Validating Old Password #12584
Comments
@chirag-madlani can you please assign someone from UI , if the User is updating his own account UI needs to send ChangePasswordRequest SELF for requestType , currently Admins of the system have the privilege to update anyone's password , so for their own password if don't send SELF it won't require the OLD_PASSWORD since the user is already an admin, so please send SELF in case the user updates his own account |
@mohityadav766 assigned this to @Ashish8689. |
I will take this up |
we are also limiting only certain special characters and max length is set to 16 chars. We need to increase it cc @mohityadav766 @chirag-madlani |
@harshach will rule with @mohityadav766 for this ticket only |
closing this it handled |
In the user profile, system is not validating the old password entered by the user when they attempt to change their password. This means that a user can change their password to any value, even if it is the same as their old password.
Steps to Reproduce:
Log in to the user profile system.
Click on the "Change Password" link.
Enter your old password.
Enter a new password.
Enter the new password again to confirm.
Click on the "Update Password" button.
Expected Results:
The system should validate the old password and only allow the user to change their password if the old password is correct.
The text was updated successfully, but these errors were encountered: