diff --git a/Register.php b/Register.php index 2c91b660e466ed2a227b04f7dff86e32d0ef31b7..08e42c2054b8a3ae22888096f578d5853e7d445d 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 b692b8c6a96587d225418b711591eadafd27935d..884f648628f8ae3ef37529969cea4aa5d1e50278 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);