-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69320/
-----------------------------------------------------------
Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O hEigeartaigh,
Gautam Borad, Abhay Kulkarni, Madhan Neethiraj, Mehul Parikh, Nitin Galave,
pengjianhua, Pradeep Agrawal, Ramesh Mani, Selvamohan Neethiraj, Sailaja
Polavarapu, sam rome, Venkat Ranganathan, and Velmurugan Periasamy.
Bugs: RANGER-2282
https://issues.apache.org/jira/browse/RANGER-2282
Repository: ranger
Description
-------
The error message for changing password is incorrect in User Profile page.
Following error message needs to be fixed.
1.Enter the wrong old password
Error message: You can not use old password.
2.The new password entered is the same as the old password
Error message: Invalid Password. Minimum 8 characters with min one alphabet and
one numeric.
After fixing:
1.Enter the wrong old password
Error message: Your password does not match. Please try again with proper
password.
2.The new password entered is the same as the old password
Error message: You can not use old password.
Diffs
-----
security-admin/src/main/java/org/apache/ranger/biz/UserMgr.java 2a638f890
security-admin/src/main/webapp/scripts/views/user/UserProfile.js 8e60b53b9
Diff: https://reviews.apache.org/r/69320/diff/1/
Testing
-------
Thanks,
Qiang Zhang