All fields are required.
";
unset($_SESSION['m']);
}
elseif (isset($_SESSION['m4']) == 'user_leng') {
echo "Your username must not be greater than 13 characters.
";
unset($_SESSION['m4']);
}
elseif (isset($_SESSION['m5']) == 'user_exi') {
echo "That username already exists.
";
unset($_SESSION['m5']);
}
elseif (isset($_SESSION['m3']) == 'pdnm_aumna') {
echo "Your username must be alphanumeric and the passwords you entered did not match.
";
unset($_SESSION['m3']);
}
elseif (isset($_SESSION['m2']) == 'user_alnum') {
echo "Your username must be alphanumeric.
";
unset($_SESSION['m2']);
}
elseif (isset($_SESSION['m1']) == 'chec_yapass') {
echo "The passwords you entered did not match.
";
unset($_SESSION['m1']);
}
elseif (isset($_SESSION['m6']) == 'gen_error') {
echo "There was an error.
";
unset($_SESSION['m6']);
}
session_destroy();
?>
Complete the form below.
Your 2FA code will be sent to your linked email.
You will be redirected to a page to enter the code.
Email is case sensitive.