commit d3debb1568df0ce6728e62b1b1f380a8023c0d94 Author: Mark Wielaard Date: Sat Jun 11 13:02:46 2022 +0000 Replace http:// with https:// in templates/patchwork/mails diff --git a/patchwork/templates/patchwork/mails/activation.txt b/patchwork/templates/patchwork/mails/activation.txt index 34e2fce..16cc30c 100644 --- a/patchwork/templates/patchwork/mails/activation.txt +++ b/patchwork/templates/patchwork/mails/activation.txt @@ -3,7 +3,7 @@ Hi, This email is to confirm your account on the patchwork patch-tracking system. You can activate your account by visiting the url: - http://{{site.domain}}{% url 'confirm' key=confirmation.key %} + https://{{site.domain}}{% url 'confirm' key=confirmation.key %} If you didn't request a user account on patchwork, then you can ignore this mail. diff --git a/patchwork/templates/patchwork/mails/optin-request.txt b/patchwork/templates/patchwork/mails/optin-request.txt index bd40e67..fe8fd51 100644 --- a/patchwork/templates/patchwork/mails/optin-request.txt +++ b/patchwork/templates/patchwork/mails/optin-request.txt @@ -5,7 +5,7 @@ email from the Patchwork system at {{site.domain}}. To complete the opt-in process, visit: - http://{{site.domain}}{% url 'confirm' key=confirmation.key %} + https://{{site.domain}}{% url 'confirm' key=confirmation.key %} If you didn't request this opt-in, you don't need to do anything. diff --git a/patchwork/templates/patchwork/mails/optout-request.txt b/patchwork/templates/patchwork/mails/optout-request.txt index b1732fd..a740590 100644 --- a/patchwork/templates/patchwork/mails/optout-request.txt +++ b/patchwork/templates/patchwork/mails/optout-request.txt @@ -5,7 +5,7 @@ from the Patchwork system at {{site.domain}}. To complete the opt-out process, visit: - http://{{site.domain}}{% url 'confirm' key=confirmation.key %} + https://{{site.domain}}{% url 'confirm' key=confirmation.key %} If you didn't request this opt-out, you don't need to do anything. diff --git a/patchwork/templates/patchwork/mails/patch-change-notification.txt b/patchwork/templates/patchwork/mails/patch-change-notification.txt index 7d04cff..0396a86 100644 --- a/patchwork/templates/patchwork/mails/patch-change-notification.txt +++ b/patchwork/templates/patchwork/mails/patch-change-notification.txt @@ -3,7 +3,7 @@ Hello, The following patch{{notifications|length|pluralize:"es"}} (submitted by you) {{notifications|length|pluralize:"has,have"}} been updated in Patchwork: {% for notification in notifications %} * {{notification.patch.project.linkname}}: {{notification.patch.name|safe}} - - http://{{site.domain}}{{notification.patch.get_absolute_url}} + - https://{{site.domain}}{{notification.patch.get_absolute_url}} - for: {{notification.patch.project.name}} was: {{notification.orig_state}} now: {{notification.patch.state}} @@ -17,4 +17,4 @@ Happy patchworking. This is an automated mail sent by the Patchwork system at {{site.domain}}. To stop receiving these notifications, edit your mail settings at: - http://{{site.domain}}{% url 'mail-settings' %} + https://{{site.domain}}{% url 'mail-settings' %} diff --git a/patchwork/templates/patchwork/mails/user-link.txt b/patchwork/templates/patchwork/mails/user-link.txt index d0a3c97..e9f5019 100644 --- a/patchwork/templates/patchwork/mails/user-link.txt +++ b/patchwork/templates/patchwork/mails/user-link.txt @@ -7,6 +7,6 @@ This email is to confirm that you own the email address: So that you can add it to your Patchwork profile. You can confirm this email address by visiting the url: - http://{{site.domain}}{% url 'confirm' key=confirmation.key %} + https://{{site.domain}}{% url 'confirm' key=confirmation.key %} Happy patchworking.