<%-- 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/ --%> <%-- - Profile updated message - - password.updated - a Boolean indicating whether the user updated their - password. --%> <%@ 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.eperson.EPerson" %> <% boolean passwordUpdated = ((Boolean) request.getAttribute("password.updated")).booleanValue(); %> <%--

Profile Updated

--%>

<%--

Thank you, your profile information <%= (passwordUpdated ? "and password have" : "has") %> been updated.

--%>

<% if(passwordUpdated) { %> <% } else { %> <% } %>

<%--

Return to DSpace Home

--%>