From e72a25c4ea61c01cc87c067228807d822d6842f8 Mon Sep 17 00:00:00 2001 From: Gael Le Mignot Date: Wed, 28 Dec 2022 09:45:35 +0100 Subject: [PATCH] Using https instead of http for notification --- teleforma/templates/postman/email_user.txt | 2 +- teleforma/templates/postman/email_user_init.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/teleforma/templates/postman/email_user.txt b/teleforma/templates/postman/email_user.txt index b0509afe..af89f9bd 100644 --- a/teleforma/templates/postman/email_user.txt +++ b/teleforma/templates/postman/email_user.txt @@ -13,7 +13,7 @@ {% else %}{% blocktrans with object.sender.first_name as first_name and object.sender.last_name as last_name %}You have received a message from {{ first_name }} {{ last_name }}.{% endblocktrans %} {% endif %}{% endif %}{% trans "You can read and respond to this message from your e-learning desk following this link:" %} -http://{{ site.domain }}/messages/inbox/ +https://{{ site.domain }}/messages/inbox/ {# 'acceptance' #} {% trans "Thank you again for your interest in our services." %} diff --git a/teleforma/templates/postman/email_user_init.txt b/teleforma/templates/postman/email_user_init.txt index 92efa3cb..43f0fb15 100644 --- a/teleforma/templates/postman/email_user_init.txt +++ b/teleforma/templates/postman/email_user_init.txt @@ -2,12 +2,12 @@ Suite à votre inscription à la formation Avocats Etrangers du Pré-Barreau, nous vous invitons à initialiser votre compte sur notre plateforme e-learning interactive et multi-média. Pour cela, merci de cliquer sur le lien suivant puis d'indiquez votre adresse e-mail : -http://{{ site.domain }}/accounts/password_reset/ +https://{{ site.domain }}/accounts/password_reset/ Vous recevrez alors un second e-mail vous invitant à initialiser votre mot de passe personnel. Une fois la procédure accomplie, vous pourrez vous connecter à l'adresse suivante : -http://{{ site.domain }} +https://{{ site.domain }} à l'aide de votre nom d'utilisateur : {{ usr.username }} -- 2.39.5