[jboss-dev-forums] [Design of JBoss Portal] - Create new User as Admin in JBoss Portal

djmacpac do-not-reply at jboss.com
Tue Nov 21 11:14:48 EST 2006


Hi,
I have Portal where I have to login first (as described here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ForceLoginPage).
Now I want to have the possibility as Admin to create new Users when I'm logged in. But there's no Option in the UserPortlet. 

I even tried to add following lines in the menu.jsp :
<tr>
  |            <td colspan="1">
  |              <span class="portlet-text">${n:i18n("REGISTER_REGISTER")}<br />
  |              <a id="register" href="<portlet:renderURL windowState="maximized"><portlet:param name="op" value="showRegister"/></portlet:renderURL>">${n:i18n("REGISTER_REGISTER_LINK")}</a></span>
  |            </td>
  |          </tr>
  | 

but when i'm clicking the link just an empty window opens and i have the following error in the console:

16:38:59,672 ERROR [JBossPortlet] This operation does not exist when user is logged in:showRegister

Can anybody help me? 

THX Marc

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987604#3987604

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987604



More information about the jboss-dev-forums mailing list