From cdd484dcb9a192f77093f48af7deb6cdaf27c9ea Mon Sep 17 00:00:00 2001 From: Alexander Vetrov Date: Thu, 3 Sep 2026 18:16:55 +0300 Subject: [PATCH 1/2] KEYS-39938 change one time password mail template --- DC/6.7.0/mail_templates/onetimepassword.dcl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/DC/6.7.0/mail_templates/onetimepassword.dcl b/DC/6.7.0/mail_templates/onetimepassword.dcl index 755732cfe..e362a4733 100644 --- a/DC/6.7.0/mail_templates/onetimepassword.dcl +++ b/DC/6.7.0/mail_templates/onetimepassword.dcl @@ -14,9 +14,11 @@ resource mail_template onetimepassword { {{include 'standard-header'}} -

- Your one time code: {{ data.code }} -

+
+
To activate, please enter the code below in your browser
+

{{ data.code }}

+
This code will expire in {{ data.expiredIn }} minutes
+
{{include 'standard-footer'}}" autolink = { From dbfaf11f86468a310d935c3e620f9c7ebd8bd021 Mon Sep 17 00:00:00 2001 From: Alexander Vetrov Date: Mon, 7 Sep 2026 10:35:15 +0300 Subject: [PATCH 2/2] KEYS-38938 update one time password mail template, add terms and conditions of use template --- DC/6.7.0/mail_templates/onetimepassword.dcl | 8 +- .../mail_templates/termsconditionsfooter.dcl | 100 ++++++++++++++++++ 2 files changed, 105 insertions(+), 3 deletions(-) create mode 100644 DC/6.7.0/mail_templates/termsconditionsfooter.dcl diff --git a/DC/6.7.0/mail_templates/onetimepassword.dcl b/DC/6.7.0/mail_templates/onetimepassword.dcl index e362a4733..8be7fee63 100644 --- a/DC/6.7.0/mail_templates/onetimepassword.dcl +++ b/DC/6.7.0/mail_templates/onetimepassword.dcl @@ -14,13 +14,15 @@ resource mail_template onetimepassword { {{include 'standard-header'}} -
+ +
+

Hello!

To activate, please enter the code below in your browser
-

{{ data.code }}

+

{{ data.code }}

This code will expire in {{ data.expiredIn }} minutes
-{{include 'standard-footer'}}" +{{include 'terms-conditions-footer'}}" autolink = { portal_name = '' language_id = resource.language.english.id diff --git a/DC/6.7.0/mail_templates/termsconditionsfooter.dcl b/DC/6.7.0/mail_templates/termsconditionsfooter.dcl new file mode 100644 index 000000000..8ba29eb88 --- /dev/null +++ b/DC/6.7.0/mail_templates/termsconditionsfooter.dcl @@ -0,0 +1,100 @@ +resource mail_template terms_conditions_footer { + portal_name = '' + language_id = resource.language.english.id + template_name = 'terms-conditions-footer' + subject = 'terms-conditions-footer' + system = true + body = ' + + + + + + + + + + + + + + + +
By registering you agree to Terms & conditions of Use.
+ For activation issues, please file a support ticket through our KeyShot Support page. +
+ + + + +
+

KeyShot, 575 Anton Blvd Suite 650, Costa Mesa, CA, 92626, USA, (949) 274-8871

+

info@keyshot.com | keyshot.com

+
+ + + + + + + + + + + + + +
+ YouTube + + Facebook + + Twitter + + Instagram + + Pinterest +
+ + + + + + + + +
+ Support + + Go to account +
+ + + + + + + + +' + autolink = { + portal_name = '' + language_id = resource.language.english.id + template_name = 'terms-conditions-footer' + } +} +