<%@ include file="/portal/include/include_java.jsp" %> <%@ include file="/portal/include/site_wide_banner.jsp" %> <%@ page import="com.appiancorp.common.config.ApplicationContextHolder"%> <%@ page import="com.appiancorp.security.auth.ForgotPasswordRequestManager"%> <% response.setHeader("Cache-Control","no-cache, no-store"); response.setHeader("Pragma","no-cache"); response.setDateHeader ("Expires", -1); %> <%pageContext.setAttribute("logopath", ConfigurationFactory.getConfiguration(SuiteConfiguration.class).getLoginLogoPath());%> <% ForgotPasswordRequestManager forgotPasswordRequestManager = ApplicationContextHolder.getBean(ForgotPasswordRequestManager.class); pageContext.setAttribute("isForgotPasswordRequest", forgotPasswordRequestManager.isEnabled()); %> <fmt:message key="ChangePasswordHeader"/> <%@ include file="/portal/include/include_js.jsp" %> <%@ include file="/portal/include/include_css.jsp" %> <%@ include file="/portal/js/iframeFunctions.js" %> <%-- branding should be last styleheet to override any existing css --%> <%-- Set the starting state of which form terms of service (TOS) is visible --%> <%-- If there is no validation error and TOS text has been set, display the TOS page and hide the login form --%> <%-- Otherwise hide the notification page and go straight to the login form --%>