]> source.dussan.org Git - archiva.git/commitdiff
now that we have a forced admin user creation, no need for the cheating sidebar of...
authorJesse McConnell <jmcconnell@apache.org>
Tue, 12 Sep 2006 22:39:29 +0000 (22:39 +0000)
committerJesse McConnell <jmcconnell@apache.org>
Tue, 12 Sep 2006 22:39:29 +0000 (22:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442744 13f79535-47bb-0310-9956-ffa450edef68

archiva-webapp/src/main/webapp/WEB-INF/jsp/user.jsp

index 69e16e206b2755b9e8206f35b6e89de207c696db..2ea1eb55e0fe0973139c0152a42d561e5749c078 100644 (file)
           </ww:iterator>
         </table>
 
-        <%-- this is for debug purposes only --%>
-         <div id="sidebar">
-           <ww:iterator id="role" value="availableRoles">
-              <ww:url id="addRoleUrl" action="assignRoleToUser">
-                <ww:param name="principal">${sessionScope.SecuritySessionUser.principal}</ww:param>
-                <ww:param name="roleName">${role.name}</ww:param>
-              </ww:url>
-              <ww:a href="%{addRoleUrl}">${role.name}</ww:a>
-              <br/>
-           </ww:iterator>
-         </div>
-
         <h2>Grant Roles</h2>
 
         <pss:ifAuthorized permission="grant-roles">