From ad2f36f8798f2c15c08a619e06ab418a0f058e9d Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 9 Jun 2016 12:16:36 +0200 Subject: [PATCH] Use ?keyID instead of ?id in urls --- src/email/templates.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/email/templates.json b/src/email/templates.json index 778f6e6..a04f26b 100644 --- a/src/email/templates.json +++ b/src/email/templates.json @@ -1,12 +1,12 @@ { "verifyKey": { "subject": "Verify Your Key", - "text": "Hello {{name}},\n\nplease click here to verify your key:\n\n{{baseUrl}}/api/v1/verify?id={{keyId}}&nonce={{nonce}}", - "html": "

Hello {{name}},

please click here to verify your key.

" + "text": "Hello {{name}},\n\nplease click here to verify your key:\n\n{{baseUrl}}/api/v1/verify?keyId={{keyId}}&nonce={{nonce}}", + "html": "

Hello {{name}},

please click here to verify your key.

" }, "verifyRemove": { "subject": "Verify Key Removal", - "text": "Hello {{name}},\n\nplease click here to verify the removal of your key:\n\n{{baseUrl}}/api/v1/verifyRemove?id={{keyId}}&nonce={{nonce}}", - "html": "

Hello {{name}},

please click here to verify the removal of your key.

" + "text": "Hello {{name}},\n\nplease click here to verify the removal of your key:\n\n{{baseUrl}}/api/v1/verifyRemove?keyId={{keyId}}&nonce={{nonce}}", + "html": "

Hello {{name}},

please click here to verify the removal of your key.

" } } \ No newline at end of file