Commit c24c8802 by Bridger Maxwell

Changed wording in emails to remove any 6.002x or MITx reference.

parent ba8eb93b
...@@ -233,7 +233,6 @@ def create_account(request, post_override=None): ...@@ -233,7 +233,6 @@ def create_account(request, post_override=None):
# TODO (vshnayder): the LMS should probably allow signups without a particular course too # TODO (vshnayder): the LMS should probably allow signups without a particular course too
d = {'name': post_vars['name'], d = {'name': post_vars['name'],
'key': r.activation_key, 'key': r.activation_key,
'course_title': getattr(settings, 'COURSE_TITLE', ''),
} }
subject = render_to_string('emails/activation_email_subject.txt', d) subject = render_to_string('emails/activation_email_subject.txt', d)
......
Someone, hopefully you, signed up for an account for edX's on-line Someone, hopefully you, signed up for an edX account using this
offering of "${ course_title}" using this email address. If it was email address. If it was you, and you'd like to activate and
you, and you'd like to activate and use your account, copy and paste use your account, copy and paste this address into your web
this address into your web browser's address bar: browser's address bar:
% if is_secure: % if is_secure:
https://${ site }/activate/${ key } https://${ site }/activate/${ key }
......
<%! from django.core.urlresolvers import reverse %> <%! from django.core.urlresolvers import reverse %>
This is to confirm that you changed the e-mail associated with MITx This is to confirm that you changed the e-mail associated with edX
from ${old_email} to ${new_email}. If you did not make this request, from ${old_email} to ${new_email}. If you did not make this request,
please contact the course staff immediately. Contact information is please contact the course staff immediately. Contact information is
listed at: listed at:
......
We received a request to change the e-mail associated with your MITx We received a request to change the e-mail associated with your edX
account from ${old_email} to ${new_email}. If this is correct, please account from ${old_email} to ${new_email}. If this is correct, please
confirm your new e-mail address by visiting: confirm your new e-mail address by visiting:
...@@ -10,4 +10,4 @@ confirm your new e-mail address by visiting: ...@@ -10,4 +10,4 @@ confirm your new e-mail address by visiting:
If you didn't request this, you don't need to do anything; you won't 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 receive any more email from us. Please do not reply to this e-mail; if
you require assistance, check the help section of the MITx web site. you require assistance, check the help section of the edX web site.
Request to change MITx account e-mail Request to change edX account e-mail
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment