I need to be able to mark a jetspeed user as "special", and prevent an admin to delete this user.
My idea was to add a binary column in security_principal
table and use the information in this column in user-details.jsp
from j2-admin
portlet application, in order to decide to show or not the delete button.But it seams this is not that simple as I thought it would be.
First of all, is this approach a good one, or is there a simpler solution?
And if this is the way to go, how can I pass the special
flag in the jsp?