Sangeeta Ravindran created AMBARI-19910:
-------------------------------------------

             Summary: Cannot change user passwords
                 Key: AMBARI-19910
                 URL: https://issues.apache.org/jira/browse/AMBARI-19910
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: trunk, 2.5.0
            Reporter: Sangeeta Ravindran
            Assignee: Sangeeta Ravindran


1. Create a user and set a password (that does not match the admin password).
2. Click on Change Password and enter the old and new passwords.
3. Click on OK.

An error is displayed and you cannot change password although the current 
password is correct.

Cannot change password
org.apache.ambari.server.controller.spi.SystemException: An internal system 
exception occurred: Wrong current password provided

This seems to happen because in modifyPassword method in Users.java 
we compare the current password passed in with the password of the logged in 
user (admin).

passwordEncoder.matches(currentUserPassword, 
currentUserEntity.getUserPassword())



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to