<%-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --%> <%-- - Forgotten password DSpace form - - Form where new users enter their email address to get a token to enter a - new password. - - Attributes to pass in: - retry - if set, this is a retry after the user entered an invalid email --%> <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.dspace.org/dspace-tags.tld" prefix="dspace" %> <%@ page import="org.dspace.app.webui.servlet.RegisterServlet" %> <% boolean retry = (request.getAttribute("retry") != null); %> <%--

Forgotten Password

--%>

<% if (retry) { %> <%--

The e-mail address you entered was not recognized. Please try again.

--%>

<% } %> <%--

Please enter your e-mail address in the box below and click "I Forgot My Password". You'll be sent an e-mail which will allow you to set a new password.

--%>

<%-- E-mail Address: --%>
<%-- --%> " />