From 48e0e222d91fa2137445504e0d2bd622218ae4f5 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Wed, 18 Jul 2012 18:43:48 -0400 Subject: [PATCH] Changing email messages to be edX, even the ones I don't think will be sent. --- lms/templates/emails/activation_email.txt | 7 +++---- lms/templates/emails/welcome_body.txt | 18 +++++------------- lms/templates/emails/welcome_subject.txt | 2 +- 3 files changed, 9 insertions(+), 18 deletions(-) diff --git a/lms/templates/emails/activation_email.txt b/lms/templates/emails/activation_email.txt index d2e124642e..209ff98335 100644 --- a/lms/templates/emails/activation_email.txt +++ b/lms/templates/emails/activation_email.txt @@ -1,7 +1,6 @@ -Someone, hopefully you, signed up for an edX account 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: +Thank you for signing up for edX! To activate your account, +please copy and paste this address into your web browser's +address bar: % if is_secure: https://${ site }/activate/${ key } diff --git a/lms/templates/emails/welcome_body.txt b/lms/templates/emails/welcome_body.txt index 3944f6c325..8a891e0b80 100644 --- a/lms/templates/emails/welcome_body.txt +++ b/lms/templates/emails/welcome_body.txt @@ -1,28 +1,20 @@ -MITx's prototype offering, 6.002x, is open. To log in, visit +edX has launched! To log in, visit: % if is_secure: - https://6002x.mitx.mit.edu + https://edx.org % else: - http://6002x.mitx.mit.edu + http://edx.org % endif -where you will find a login button at the top right-hand corner of the -window. +A login button will be at the top right-hand corner of the window. Please make sure you're using the latest version of Google Chrome or Firefox. If you've forgotten your password, the log-in form has a place to reset it. -Once you log in, we recommend that you start the course by reviewing -the "System Usage Sequence" in the Overview section, and the "6.002x -At-a-Glance (Calendar)" handout under the Course Info tab. After you -familiarize yourself with the features of the MITx platform, -you can jump right into the coursework by working on "Administrivia -and Circuit Elements", the first Lecture Sequence in Week 1. - Thanks for joining us for the ride! -The 6.002x team +The edX team (Please note that this e-mail address does not receive e-mails -- if you need assistance, please use the help section of the web diff --git a/lms/templates/emails/welcome_subject.txt b/lms/templates/emails/welcome_subject.txt index a905585689..748ccfe113 100644 --- a/lms/templates/emails/welcome_subject.txt +++ b/lms/templates/emails/welcome_subject.txt @@ -1 +1 @@ -Welcome to 6.002x! +Welcome to edX!