From 8c65594ec3e11ab7182b2ff0c322d0b0d2d3b8ac Mon Sep 17 00:00:00 2001 From: Antti Salmivaara Date: Tue, 18 Dec 2018 16:39:43 +0200 Subject: [PATCH] Remove email templates that can be edited in console --- .../email-changed/email-changed-html.html | 11 ----------- .../email-changed/email-changed-subject.txt | 1 - .../new-message/new-message-html.html | 19 ------------------- .../new-message/new-message-subject.txt | 1 - .../password-changed-html.html | 11 ----------- .../password-changed-subject.txt | 1 - .../reset-password/reset-password-html.html | 15 --------------- .../reset-password/reset-password-subject.txt | 1 - .../user-joined/user-joined-html.html | 9 --------- .../user-joined/user-joined-subject.txt | 1 - .../verify-changed-email-address-html.html | 15 --------------- .../verify-changed-email-address-subject.txt | 1 - .../verify-email-address-html.html | 15 --------------- .../verify-email-address-subject.txt | 1 - 14 files changed, 102 deletions(-) delete mode 100644 ext/default-mail-templates/email-changed/email-changed-html.html delete mode 100644 ext/default-mail-templates/email-changed/email-changed-subject.txt delete mode 100644 ext/default-mail-templates/new-message/new-message-html.html delete mode 100644 ext/default-mail-templates/new-message/new-message-subject.txt delete mode 100644 ext/default-mail-templates/password-changed/password-changed-html.html delete mode 100644 ext/default-mail-templates/password-changed/password-changed-subject.txt delete mode 100644 ext/default-mail-templates/reset-password/reset-password-html.html delete mode 100644 ext/default-mail-templates/reset-password/reset-password-subject.txt delete mode 100644 ext/default-mail-templates/user-joined/user-joined-html.html delete mode 100644 ext/default-mail-templates/user-joined/user-joined-subject.txt delete mode 100644 ext/default-mail-templates/verify-changed-email-address/verify-changed-email-address-html.html delete mode 100644 ext/default-mail-templates/verify-changed-email-address/verify-changed-email-address-subject.txt delete mode 100644 ext/default-mail-templates/verify-email-address/verify-email-address-html.html delete mode 100644 ext/default-mail-templates/verify-email-address/verify-email-address-subject.txt diff --git a/ext/default-mail-templates/email-changed/email-changed-html.html b/ext/default-mail-templates/email-changed/email-changed-html.html deleted file mode 100644 index 0ae3948a..00000000 --- a/ext/default-mail-templates/email-changed/email-changed-html.html +++ /dev/null @@ -1,11 +0,0 @@ - - -

Hello {{recipient.first-name}},

- -

Your {{marketplace.name}} account's email address was changed.

- -

If you didn't make this change, please contact us.

- -

Best regards,
The {{marketplace.name}} team

- - \ No newline at end of file diff --git a/ext/default-mail-templates/email-changed/email-changed-subject.txt b/ext/default-mail-templates/email-changed/email-changed-subject.txt deleted file mode 100644 index 20c31087..00000000 --- a/ext/default-mail-templates/email-changed/email-changed-subject.txt +++ /dev/null @@ -1 +0,0 @@ -{{marketplace.name}} email address changed \ No newline at end of file diff --git a/ext/default-mail-templates/new-message/new-message-html.html b/ext/default-mail-templates/new-message/new-message-html.html deleted file mode 100644 index 1435b306..00000000 --- a/ext/default-mail-templates/new-message/new-message-html.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - {{#with message}} -

You have a new message from {{sender.display-name}}

- -
"{{content}}"
- - {{#eq recipient-role "customer"}} -

Reply to {{sender.display-name}}

- {{/eq}} - - {{#eq recipient-role "provider"}} -

Reply to {{sender.display-name}}

- {{/eq}} - - {{/with}} - - \ No newline at end of file diff --git a/ext/default-mail-templates/new-message/new-message-subject.txt b/ext/default-mail-templates/new-message/new-message-subject.txt deleted file mode 100644 index bd37ee2a..00000000 --- a/ext/default-mail-templates/new-message/new-message-subject.txt +++ /dev/null @@ -1 +0,0 @@ -{{message.sender.display-name}} has sent you a new message \ No newline at end of file diff --git a/ext/default-mail-templates/password-changed/password-changed-html.html b/ext/default-mail-templates/password-changed/password-changed-html.html deleted file mode 100644 index bba616fd..00000000 --- a/ext/default-mail-templates/password-changed/password-changed-html.html +++ /dev/null @@ -1,11 +0,0 @@ - - -

Hello {{recipient.first-name}},

- -

Your {{marketplace.name}} account's password was changed.

- -

If you didn't make this change, please contact us.

- -

Best regards,
The {{marketplace.name}} team

- - \ No newline at end of file diff --git a/ext/default-mail-templates/password-changed/password-changed-subject.txt b/ext/default-mail-templates/password-changed/password-changed-subject.txt deleted file mode 100644 index ae8a5025..00000000 --- a/ext/default-mail-templates/password-changed/password-changed-subject.txt +++ /dev/null @@ -1 +0,0 @@ -{{marketplace.name}} password changed \ No newline at end of file diff --git a/ext/default-mail-templates/reset-password/reset-password-html.html b/ext/default-mail-templates/reset-password/reset-password-html.html deleted file mode 100644 index 07f95c18..00000000 --- a/ext/default-mail-templates/reset-password/reset-password-html.html +++ /dev/null @@ -1,15 +0,0 @@ - - -

Hello {{recipient.first-name}},

- -

You have indicated that you have forgotten your password for {{marketplace.name}}. Click the following link to reset your password:

- -

{{marketplace.url}}/reset-password?t={{form-encode password-reset.token}}&e={{form-encode password-reset.email-address}}

- -

If you don't use this link within 1 hour, it will expire. You can request a new password reset link, if you need to.

- -

If you didn't request this, please ignore this email. Your password won't be changed until you use the link above to set a new one.

- -

Best regards,
The {{marketplace.name}} team

- - \ No newline at end of file diff --git a/ext/default-mail-templates/reset-password/reset-password-subject.txt b/ext/default-mail-templates/reset-password/reset-password-subject.txt deleted file mode 100644 index a30b1d07..00000000 --- a/ext/default-mail-templates/reset-password/reset-password-subject.txt +++ /dev/null @@ -1 +0,0 @@ -Password reset instructions for {{marketplace.name}} \ No newline at end of file diff --git a/ext/default-mail-templates/user-joined/user-joined-html.html b/ext/default-mail-templates/user-joined/user-joined-html.html deleted file mode 100644 index b82335d6..00000000 --- a/ext/default-mail-templates/user-joined/user-joined-html.html +++ /dev/null @@ -1,9 +0,0 @@ - - -

Hello {{recipient.first-name}},

- -

Welcome to {{marketplace.name}}!

- -

Best regards,
The {{marketplace.name}} team

- - \ No newline at end of file diff --git a/ext/default-mail-templates/user-joined/user-joined-subject.txt b/ext/default-mail-templates/user-joined/user-joined-subject.txt deleted file mode 100644 index 79cfa3b3..00000000 --- a/ext/default-mail-templates/user-joined/user-joined-subject.txt +++ /dev/null @@ -1 +0,0 @@ -Welcome to {{marketplace.name}} \ No newline at end of file diff --git a/ext/default-mail-templates/verify-changed-email-address/verify-changed-email-address-html.html b/ext/default-mail-templates/verify-changed-email-address/verify-changed-email-address-html.html deleted file mode 100644 index 391250f9..00000000 --- a/ext/default-mail-templates/verify-changed-email-address/verify-changed-email-address-html.html +++ /dev/null @@ -1,15 +0,0 @@ - - -

Hello {{recipient.first-name}},

- -

To complete your email address change in {{marketplace.name}}, verify your email by clicking the link below:

- -

{{marketplace.url}}/verify-email?t={{form-encode email-verification.token}}

- -

Alternatively, you can copy the link to your browser's address bar.

- -

If you don't use this link within 2 days, it will expire. You can request a new verification link, if you need to.

- -

Best regards,
The {{marketplace.name}} team

- - \ No newline at end of file diff --git a/ext/default-mail-templates/verify-changed-email-address/verify-changed-email-address-subject.txt b/ext/default-mail-templates/verify-changed-email-address/verify-changed-email-address-subject.txt deleted file mode 100644 index 4faf35b5..00000000 --- a/ext/default-mail-templates/verify-changed-email-address/verify-changed-email-address-subject.txt +++ /dev/null @@ -1 +0,0 @@ -Email verification instructions for {{marketplace.name}} \ No newline at end of file diff --git a/ext/default-mail-templates/verify-email-address/verify-email-address-html.html b/ext/default-mail-templates/verify-email-address/verify-email-address-html.html deleted file mode 100644 index 17aa0632..00000000 --- a/ext/default-mail-templates/verify-email-address/verify-email-address-html.html +++ /dev/null @@ -1,15 +0,0 @@ - - -

Hello {{recipient.first-name}},

- -

To complete your signup to {{marketplace.name}}, verify your email by clicking the link below:

- -

{{marketplace.url}}/verify-email?t={{form-encode email-verification.token}}

- -

Alternatively, you can copy the link to your browser's address bar.

- -

If you don't use this link within 2 days, it will expire. You can request a new verification link, if you need to.

- -

Best regards,
The {{marketplace.name}} team

- - \ No newline at end of file diff --git a/ext/default-mail-templates/verify-email-address/verify-email-address-subject.txt b/ext/default-mail-templates/verify-email-address/verify-email-address-subject.txt deleted file mode 100644 index 4faf35b5..00000000 --- a/ext/default-mail-templates/verify-email-address/verify-email-address-subject.txt +++ /dev/null @@ -1 +0,0 @@ -Email verification instructions for {{marketplace.name}} \ No newline at end of file