From b7857e0be694513066def6be355934b3043157a4 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Wed, 28 Dec 2022 22:03:40 +0100 Subject: [PATCH] Update email_otp message, remove recipient firstname --- initdb/02_3_1_signalk_public_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initdb/02_3_1_signalk_public_tables.sql b/initdb/02_3_1_signalk_public_tables.sql index df6b35e..835fdfe 100644 --- a/initdb/02_3_1_signalk_public_tables.sql +++ b/initdb/02_3_1_signalk_public_tables.sql @@ -89,7 +89,7 @@ INSERT INTO email_templates VALUES E'Congratulations!\nYou have just connect your account to Pushover.\n\nThe PostgSail Team'), ('email_otp', 'Email verification', - E'Hello __RECIPIENT__,\nPlease active your account using the following code: __OTP_CODE__.\nThe code is valid 15 minutes.\nThe PostgSail Team', + E'Hello,\nPlease active your account using the following code: __OTP_CODE__.\nThe code is valid 15 minutes.\nThe PostgSail Team', 'Email verification', E'Congratulations!\nPlease validate your account. Check your email!'), ('email_valid',