%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" import="java.util.*" import="com.tootsville.user.*" import="org.starhope.appius.user.*" import="org.starhope.appius.mb.Messages" import="com.tootsville.WebUtil" %><% /** * Error message list */ %><% HashMap storeValues = new HashMap (); boolean valuesStored = false; if (null!=null) { storeValues = (HashMap ) null; valuesStored = true; WebUtil.log ("(Invalid Data) Repopulating values: " + storeValues.toString()); } %><% //----------- Error handling: Place this on every page. //----------- These errors are read and displayed by Header.jsp if (err.size() > 0) { session.setAttribute("sError", err); pageContext.forward ("/membership/"); } %> Toot Registration To manage your child's New Toots® Account(s), please register your parent account below. Please enter your first name (Optional): " /> Your registered email and password is what you will use to log in to your Parent Account. If your child has already registered a Toots® account, please enter the same parent e-mail that was used to create the account. E-mail Address: " /> Confirm E-mail Address: " /> Password: Confirm Password: Would you like to receive updates on Toots® special offers and promotions? Should you forget your password, your selected question and answer will be used to retrieve it. <% for (String question : Messages.getSecurityQuestion()) { out.print(""+question+"\n"); } %> " /> I agree to the terms and conditions <% if (valuesStored) session.removeAttribute("storeValues"); %>
Should you forget your password, your selected question and answer will be used to retrieve it.