diff --git a/2fa/index.php b/2fa/index.php
new file mode 100644
index 0000000..f7a1a19
--- /dev/null
+++ b/2fa/index.php
@@ -0,0 +1,91 @@
+
+
+
+
+ Misdew
+
+
+
+
+
+
+
+
+
+
+
+
+ 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.
+
+
+
+
+