changin domain to auth.jakach.ch

This commit is contained in:
Janis Steiner
2024-12-28 18:37:32 +01:00
parent 5214c96b90
commit 3dfbd1f8d5
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ $ip=$_SERVER["REMOTE_ADDR"];
$location=get_location_from_ip($ip);
$date=date('Y-m-d H:i:s');
$token=bin2hex(random_bytes(128));
$link="https://jakach-auth.duckdns.org:444/login/reset_pw.php?token=$token";
$link="https://auth.jakach.ch:444/login/reset_pw.php?token=$token";
$message = "*Password reset token*\n\n"
. "You have requested the reset of your password here is your reset link.\n\n"