<%-- Created by IntelliJ IDEA. User: sofia Date: 1/11/2017 Time: 12:44 μμ To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <% if (session.getAttribute("registerSuccess") == null) { String redirectURL = request.getContextPath() + "/error404.jsp"; response.sendRedirect(redirectURL); } else if (session.getAttribute("registerSuccess") != null) { session.removeAttribute("registerSuccess"); }%> <%----%> OpenAIRE - Successful registration
<%--

Forgot Password

--%>

Your account has been successfully activated!

<%--

Please click here to login.

--%>