opendistro-for-elasticsearch / security-kibana-plugin

Apache License 2.0
3 stars 12 forks source link

When invalid current password is provided and clicked reset it should stay in same reset password model and it should not close the model. #16

Open Kanmanir opened 3 years ago

Kanmanir commented 3 years ago

When invalid current password is provided and clicked reset it should stay in same reset password model and it should not close the model.

  1. Top right corner click on the admin name and then click on reset password option.
  2. Now enter the old password with invalid password and then provide new and confirm password with valid data and click on reset.

Actual Result: It shows an error message like Invalid current password Unauthorized and then redirecting to current page.

Expected Result: When invalid current password is provided and clicked reset it should stay in same reset password model and it should not close the model.

kishor82 commented 3 years ago

@Kanmanir I followed the steps as you have mentioned but on an invalid current password, it logged me out and redirected me to the login page.