<%-- Created by IntelliJ IDEA. User: sofia Date: 30/10/2017 Time: 1:07 μμ 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("emailSuccess") == null) { String redirectURL = request.getContextPath() + "/error404.jsp"; response.sendRedirect(redirectURL); } else if (session.getAttribute("emailSuccess") != null) { session.removeAttribute("emailSuccess"); }%> <%----%> OpenAIRE - Email Sent
<%--

Forgot Password

--%>

Your username has been successfully sent!

<%--

Please click here to login.

--%>