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(),