NIHVIVO-638 Check in first phase of changes to the Login form and backend.
This commit is contained in:
parent
2253f889ed
commit
74c7660321
12 changed files with 999 additions and 342 deletions
|
@ -17,8 +17,14 @@
|
|||
Portal portal = (Portal) request.getAttribute("portalBean");
|
||||
final String DEFAULT_SEARCH_METHOD = "fulltext"; /* options are fulltext/termlike */
|
||||
|
||||
int securityLevel = loginHandler.ANYBODY;
|
||||
String loginStatus = loginHandler.getLoginStatus();
|
||||
if ( loginStatus.equals("authenticated")) {
|
||||
securityLevel = Integer.parseInt( loginHandler.getLoginRole() );
|
||||
}
|
||||
%>
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="tab">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue