The Role Management portlet has the "Admin" role hard-coded. You would have to change this line in the file ./core/src/main/org/jboss/portal/core/portlet/role/RolePortlet.java:
private static final String ADMIN_ROLE = "Admin"; As far as I know, that is the only place where the "Admin" role is hard-coded. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993946#3993946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993946 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
