<%@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/"); } %> JabaDot - Forgotten Password <%@include file="header.html"%>

JabaDot - Forgotten Password

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.

Name:
If all else fails, email the site administrator and we'll try to get you back on the air.