-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74309/
-----------------------------------------------------------
Review request for ranger, Brijesh Bhalala, Dhaval Rajpara, and Mugdha Varadkar.
Bugs: RANGER-4084
https://issues.apache.org/jira/browse/RANGER-4084
Repository: ranger
Description
-------
The first character of the login ID in the header is being converted to
uppercase,
and this might be confusing because it is possible to create users with same
login Id but different case,
for ex :- temp_user and Temp_user, and when both the users are logged in, the
header will display "Temp_user".
Hence, the login ID must be displayed exactly as it is.
Diffs
-----
security-admin/src/main/webapp/react-webapp/src/views/Header.jsx b054dc21e
Diff: https://reviews.apache.org/r/74309/diff/1/
Testing
-------
Tested changes on a cluster
Thanks,
Abhishek Patil