From 298068207ef14eb90474da5eaaa67f0ea83c1f5e Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Wed, 22 Nov 2023 16:33:18 +0530 Subject: [PATCH 1/2] add parameter verifyUserEmails in server --- apps/OpenSignServer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSignServer/index.js b/apps/OpenSignServer/index.js index 16445d99c..760b6df91 100644 --- a/apps/OpenSignServer/index.js +++ b/apps/OpenSignServer/index.js @@ -73,7 +73,7 @@ export const config = { masterKey: process.env.MASTER_KEY || '', //Add your master key here. Keep it secret! masterKeyIps: ['0.0.0.0/0', '::1'], // '::1' serverURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Don't forget to change to https if needed - // verifyUserEmails: true, + verifyUserEmails: true, publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Your apps name. This will appear in the subject and body of the emails that are sent. appName: 'Open Sign', From e62897e7295d26ffd85d56b857d35d5a8ce64495 Mon Sep 17 00:00:00 2001 From: Amol Date: Wed, 22 Nov 2023 16:57:44 +0530 Subject: [PATCH 2/2] Add "OpenSign" branding to verification email --- apps/OpenSignServer/files/verification_email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/OpenSignServer/files/verification_email.html b/apps/OpenSignServer/files/verification_email.html index 0a9c3a664..2cae33453 100644 --- a/apps/OpenSignServer/files/verification_email.html +++ b/apps/OpenSignServer/files/verification_email.html @@ -10,7 +10,7 @@

Verify email


-

ExampleApp

+

OpenSign™

- \ No newline at end of file +