<%@ include file="/taglibs.jsp" %> <% String ctxPath = request.getContextPath(); boolean allowNewUsers = RollerRuntimeConfig.getBooleanProperty("users.registration.enabled"); if (!allowNewUsers && !request.isUserInRole("admin")) { %> <% } else { %>


<% } // end allowNewUsers check %>