From 1aae2f461a6df103970efbf89b149c22c8bcdc45 Mon Sep 17 00:00:00 2001 From: bx khateri <bx@bxs-MacBook-Pro.local> Date: Thu, 23 Nov 2023 15:09:10 +0100 Subject: [PATCH] prod api changed --- Register.php | 2 +- forgotpassword.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Register.php b/Register.php index 2c91b66..08e42c2 100644 --- a/Register.php +++ b/Register.php @@ -83,7 +83,7 @@ if ($allfildsOk) { $body = ' <p>click on this link to verify your account</p> - <p><b><a href="localhost/verifyAcount.php?token=' . $encrypted_token . '">confirm your account</a></b></p> + <p><b><a href="https://x2-secure-app.switzerlandnorth.cloudapp.azure.com/verifyAcount.php?token=' . $encrypted_token . '">confirm your account</a></b></p> '; $sended = $obj->sendMail($provided_email, 'confirm your account', $body); diff --git a/forgotpassword.php b/forgotpassword.php index b692b8c..884f648 100644 --- a/forgotpassword.php +++ b/forgotpassword.php @@ -51,7 +51,7 @@ if (!empty($_POST['email']) && !empty($_POST['password'])) { if ($result) { $body = ' <p>click on this link below to reset password</p> - <p><b><a href="localhost/verifyAcount.php?token=' . $encrypted_token . '">confirm reset password</a></b></p> + <p><b><a href="https://x2-secure-app.switzerlandnorth.cloudapp.azure.com/verifyAcount.php?token=' . $encrypted_token . '">confirm reset password</a></b></p> '; $sended = $obj->sendMail($provided_email, 'confirm reset password', $body); -- GitLab