From eeffa7a6d24999d3591a80cf168c27bd4eeb0fd6 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Wed, 28 Mar 2012 17:50:51 -0400 Subject: [PATCH] http to https in confirmation e-mails --- templates/emails/activation_email.txt | 2 +- templates/emails/email_change.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/emails/activation_email.txt b/templates/emails/activation_email.txt index 21a09335c7..d53fa05022 100644 --- a/templates/emails/activation_email.txt +++ b/templates/emails/activation_email.txt @@ -3,7 +3,7 @@ offering of 6.002 using this email address. If it was you, and you'd like to activate and use your account, copy and paste this address into your web browser's address bar: -http://${ site }/activate/${ key } +https://${ site }/activate/${ key } If you didn't request this, you don't need to do anything; you won't receive any more email from us. Please do not reply to this e-mail; if diff --git a/templates/emails/email_change.txt b/templates/emails/email_change.txt index 8367f3c1c0..086b758135 100644 --- a/templates/emails/email_change.txt +++ b/templates/emails/email_change.txt @@ -2,7 +2,7 @@ We received a request to change the e-mail associated with your MITx account from ${old_email} to ${new_email}. If this is correct, please confirm your new e-mail address by visiting: -http://${ site }/email_confirm/${ key } +https://${ site }/email_confirm/${ key } If you didn't request this, you don't need to do anything; you won't receive any more email from us. Please do not reply to this e-mail; if