diff --git a/Cloud Storage/6.7.0/mail_templates/standardfooter.dcl b/Cloud Storage/6.7.0/mail_templates/standardfooter.dcl index db372c375..771973923 100644 --- a/Cloud Storage/6.7.0/mail_templates/standardfooter.dcl +++ b/Cloud Storage/6.7.0/mail_templates/standardfooter.dcl @@ -14,9 +14,6 @@ patch mail_template standardfooter {
| If you don\'t have a KeyShot Account, create one here. | -|||||
For any issues, please file a support ticket through our KeyShot Support page.
diff --git a/DC/6.7.0/mail_templates/onetimepassword.dcl b/DC/6.7.0/mail_templates/onetimepassword.dcl
index 755732cfe..d643e731b 100644
--- a/DC/6.7.0/mail_templates/onetimepassword.dcl
+++ b/DC/6.7.0/mail_templates/onetimepassword.dcl
@@ -2,27 +2,43 @@ resource mail_template onetimepassword {
portal_name = ''
language_id = resource.language.english.id
template_name = 'one-time-password'
- subject = 'One time passwod'
+ subject = 'One-time code'
system = true
body = "{{include 'html-header-start'}}
-
- Your one time code: {{ data.code }} - {{include 'standard-footer'}}" - autolink = { - portal_name = '' - language_id = resource.language.english.id - template_name = 'one-time-password' - } } - |