";
if ($usernameunique_err) format_message(1,"User name already exists.");
if ($fnamesuppld_err) format_message(1,"First name cannot be blank.");
if ($lnamesuppld_err) format_message(1,"Last name cannot be blank.");
if ($loginsuppld_err) format_message(1,"Login cannot be blank.");
if ($loginunique_err) format_message(1,"Login already exists.");
if ($passcomplex_err) format_message(1,"Password doesn't meet complexity requirements.");
if ($passmatch_err) format_message(1,"The supplied passwords don't match.");
// set form options for editing
$sectiontitle="
Modify Account";
$formtag="
";
echo "
";
$curbgc=getsetting("background_color",$user_id);
$curmbgc=getsetting("menubg_color",$user_id);
$curtc=getsetting("text_color",$user_id);
$curlc=getsetting("link_color",$user_id);
$curvlc=getsetting("vlink_color",$user_id);
$curhc=getsetting("heading_color",$user_id);
echo "
Color Configuration Parameters
";
echo "