From 2a1db919e8718c5eef1911a68ae5f53e18bf2913 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 4 May 2024 16:45:39 +0200 Subject: [PATCH] send correct link in gpg confirm email... --- Core/API/GpgKeyAPI.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/API/GpgKeyAPI.class.php b/Core/API/GpgKeyAPI.class.php index e195f83..b617e3e 100644 --- a/Core/API/GpgKeyAPI.class.php +++ b/Core/API/GpgKeyAPI.class.php @@ -101,7 +101,7 @@ namespace Core\API\GpgKey { $this->success = $req->execute([ "file" => "mail/gpg_import.twig", "parameters" => [ - "link" => "$baseUrl/resetPassword?token=$token", + "link" => "$baseUrl/confirmGPG?token=$token", "site_name" => $siteName, "base_url" => $baseUrl, "username" => $currentUser->getDisplayName(),