+ You must take action to continue using Misdew.com
+
+
+
+
+ Checkpoint: Email Storing Update
+
+
+
+
+
+
+ An email update is needed for your Misdew account.
+ Please enter a valid email address below. You will receive an email from us asking you to confirm the linking of this email address to your Misdew.com account.
+ If you encounter any issues or need help, please send an email to me@justa.us
+
+
+
+
+
+
+
+
+
+
+
+
+
Update
+
+
+
+
+
+
+ Still need help? Send an email to me@justa.us
+
+
+
+
+
+
+
diff --git a/checkpoint/link.php b/checkpoint/link.php
new file mode 100644
index 0000000..06843f5
--- /dev/null
+++ b/checkpoint/link.php
@@ -0,0 +1,79 @@
+ 0) {
+ $_SESSION['m6'] = "gen_error";
+ header("location: /");
+ exit();
+ }
+
+ # INSERT RESET DETAILS
+ mysqli_query($conx, "INSERT INTO forgot_password (tstamp,uqid,email_secure,username) VALUES ('$tstamp','$resetid','$email_hashed','$u_username')");
+ # PUSH OUT EMAIL
+ $to = $new_email;
+ $subject = "misdew.com email update";
+ $txt = "$u_username,
+ An email update was requested for your account.
+ Follow the link below to continue.