<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" import="java.util.*" import="com.tootsville.user.*" import="org.starhope.appius.except.*" import="org.starhope.appius.user.*" import="org.starhope.appius.mb.*" import="org.starhope.appius.mb.fields.*" import="com.tootsville.WebUtil" %><%@taglib uri="/WEB-INF/mb-taglib.tld" prefix="mb" %><% WebUtil.go(); %><% MBSession sess = MBSession.get(request); Parent sessionUser; try { sessionUser = sess.getVisitorAsParent (); } catch (NotFoundException e) { response.sendRedirect ("/membership"); return; } User selectedChild = (User)(sess.child.getValue ()); %> Tootsville™ Parent Account

Manage My Account!

Parent Account

<% final int childID = (null == selectedChild ? -1 : selectedChild.getUserID () ); if (null!=selectedChild && sessionUser.getID() == selectedChild.getParentID()) { %>
To update individual or all listed items of the user details, edit the field boxes provided and hit submit.

Child: <%= selectedChild.getDisplayName() %>

<% if (!selectedChild.isApproved() && !selectedChild.isBanned() ) {%> ">
ApproveApprove Child Account
(This action will approve your child's account and allow your child to chat in Tootsville™)
<% if (!selectedChild.isCanceled()) { %> ">
DenyCancel Child Account
(This action will cancel your child's account)
<% }} if (selectedChild.isBanned()) { %> ">
DenyYour child is banned!
(Click here to send Tootsville™'s Customer Service an e-mail)
<% } %>
Status: <% if (selectedChild.isActive()) { // Active out.println ("Active"); } else if (selectedChild.isCanceled()) { // Canceled out.println ("Canceled"); } else if (selectedChild.isBanned()) { // Banned out.println ("Banned"); } else if (selectedChild.isKicked()) { // Kicked + message out.println ("Kicked: "+selectedChild.getKickedMessage()+""); } %>

<% if (selectedChild.needsNaming()) { %> <% } %>
The user name your child has requested was not approved. Please select another user name.
New User Name:
Child's Password:
Child's First Name: " size="20" maxlength="30" />
Allow Child to Chat
Forgotten Password Question:
<%= selectedChild.getForgotPasswordQuestion() %>
Forgotten Password Answer:
Child's Date of Birth <%= Messages.prettyDate(selectedChild.getBirthDate()) %>
<% if (!selectedChild.isPaidMember()) { %> <% } %>
<% if (selectedChild.isApproved()) { %>
Disable This Toots Account
<% } %>
<% } %>
Manage My Account

Hello, <%= sessionUser.getDisplayName() + " (" + sessionUser.getMail() + ")" %>

To review the details of your child's Toots® Account(s), edit your profile and register new Toots® accounts, please select from the options below.
This child has a Very Important Toot membership. V.I.T. Memberships
This child needs attention. Your Child's Account Needs Attention
<% if (null!=request.getParameter("edit") && !request.getParameter("edit").equals("")) { String edit = request.getParameter("edit"); if (edit.equals("true")) { %>

<% /** * * * * * * * * * * * * * * * * * */ %>
Do you want to change your password? Type your old password then your new password twice and hit submit!


Old Password:

New Password:
Confirm New Password:

Update E-mail


New E-mail:
Confirm New E-mail:

<% }} %>