%@page errorPage="oops.jsp" import="jabadot.*" %> <% User user = (User)session.getAttribute("jabadot.login"); if (user != null) { session.setAttribute("jabadot.message", "You are already logged in," + " so you can't have forgotten your password"); response.sendRedirect("/jabadot/"); } %>
This will mail your password to your email address of record.
If you got here from the "mailing list signup" form, your JabaDex name
would be your first initial plus your last name. For example,
Robin Smith would be rsmith.