Name of the account to manage:
Account not found.";
} elseif ($data['admin']) {
?>
Administrative account, no changes allowed.
Account status: =$data['status']?>
Account email address:
Address changed"; break;
case 1: print "
Invalid address"; break;
case 2: print "
Address already used by account "
. utf8entities($data['oacc']) . ""; break;
case 3: print "
Database error"; break;
endswitch;
?>
Account password:
Password updated"; break;
case 1: print "
Password too short (min 4 characters)"; break;
case 2: print "
Database error"; break;
endswitch;
}
?>
Confirmation code: =$data['conf_code']?>