NIHVIVO-736 begin the transition from LoginFormBean to LoginStatusBean.
This commit is contained in:
parent
9e1a84e174
commit
b07049a116
7 changed files with 175 additions and 39 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<%@ page import="edu.cornell.mannlib.vitro.webapp.dao.jena.pellet.PelletListener"%>
|
||||
|
||||
<% if (securityLevel >= loginHandler.CURATOR) { %>
|
||||
<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.CURATOR)) { %>
|
||||
|
||||
<div class="pageBodyGroup">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue