From d0ace87fd7ad0b31b8654ab953a7a29d40495106 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Tue, 1 Aug 2023 00:05:25 +0200 Subject: [PATCH] Update reset password link --- 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 1bea4a2..7600575 100644 --- a/initdb/02_3_1_signalk_public_tables.sql +++ b/initdb/02_3_1_signalk_public_tables.sql @@ -100,7 +100,7 @@ INSERT INTO email_templates VALUES E'Hi!\nYou successfully validate your account.\n'), ('email_reset', 'Password reset', - E'Hello,\nYou requested a password reset. To reset your password __APP_URL__/reset?__RESET_QS__.\nThe PostgSail Team', + E'Hello,\nYou requested a password reset. To reset your password __APP_URL__/reset-password?__RESET_QS__.\nThe PostgSail Team', 'Password reset', E'You requested a password recovery. Check your email!\n'), ('telegram_otp',