<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> <%@ page import="org.apache.wiki.*" %> <%@ page import="org.apache.wiki.auth.*" %> <%@ page import="org.apache.wiki.auth.user.*" %> <%@ page errorPage="/Error.jsp" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ page import="javax.servlet.jsp.jstl.fmt.*" %> <% /* dateformatting not yet supported by wiki:UserProfile tag - diy */ WikiContext wikiContext = WikiContext.findContext(pageContext); UserManager manager = wikiContext.getEngine().getUserManager(); UserProfile profile = manager.getUserProfile( wikiContext.getWikiSession() ); %>

<%--FIXME Enter Old PW to validate change flow, not yet treated by JSPWiki     --%>
<%-- extra validation ? min size, allowed chars? --%>
<%-- TODO this should become clickable group links so you can immediately go and look at them if you want --%>
<%----%>
<%----%>