Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello,
I have to implement a way of displaying the roles that a user owns.
With WCAdmin, it is possible. You browse to Principal Administrator, you find a user and when you hit the info button, this information is displayed.
But when you are a basic user, if you hit the info button of another user (for example in the team tab of a product), you've got another jsp (netmarkets/jsp/user/view.jsp) with less information.
I'ld like the basic user to be redirected on the same kind of jsp than the wcadmin in the Principal Administrator. Do you think it is possible. How to procede ? And is not there a special access right for the full display of the user data shown in the Principal Administrator ?
Thank you for your help.
HM
Solved! Go to Solution.
Customize netmarkets/jsp/user/profile.jsp to display what you want.
Here's how to find all of a user's roles.... It should be enough to get you going, anyways.
Customize netmarkets/jsp/user/profile.jsp to display what you want.
Here's how to find all of a user's roles.... It should be enough to get you going, anyways.