-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72972/
-----------------------------------------------------------
Review request for ranger, Dhaval Shah, Dineshkumar Yadav, Jayendra Parab,
Kishor Gollapalliwar, Madhan Neethiraj, Mehul Parikh, Pradeep Agrawal, and
Velmurugan Periasamy.
Bugs: RANGER-3044
https://issues.apache.org/jira/browse/RANGER-3044
Repository: ranger
Description
-------
Steps
1.Create a user with any role from UI
2.Login with that user
3.Go to User profile page
4.Go to change password
5.Try to change the password
Options
Diffs
-----
security-admin/src/main/webapp/scripts/model_bases/VXPortalUserBase.js
ece67e3
security-admin/src/main/webapp/scripts/models/VXPortalUser.js 0292ceb
security-admin/src/main/webapp/scripts/views/user/UserProfile.js 11d1bed
Diff: https://reviews.apache.org/r/72972/diff/1/
Testing
-------
1.Tested Admin, USER, Auditor, Keyadmin and Kmsauditor role user is able to
change their password and is able to login with the changed password.
2.Tested Admin role user is able to change User and Auditor password and also
they are able to login with changed password.
3.Tested Keyadmin role user is able to change User, keyadmin and Kmsauditor
password and also they are able to login with changed password.
4.Tested admin audit logs are getting generated when password is changed.
5.Tested password change from new UI.
6.Tested by using some special characters ("1!@#$%^a" and "2&*()_+b") and also
checked are they able to login with this password.
7.Tested password change through curl
Thanks,
Nitin Galave