diff --git a/lms/templates/emails/confirm_email_change.txt b/lms/templates/emails/confirm_email_change.txt
index e1b5d63376491f326c00e361c0b94c500caaf2c6..02aa20facfdee2d51978130749a19bc910e4ffd3 100644
--- a/lms/templates/emails/confirm_email_change.txt
+++ b/lms/templates/emails/confirm_email_change.txt
@@ -1,8 +1,7 @@
 <%! from django.core.urlresolvers import reverse %>
 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,
-please contact the course staff immediately. Contact information is
-listed at:
+please contact us immediately. Contact information is listed at:
 
 % if is_secure:
   https://${ site }${reverse('contact')}
diff --git a/lms/templates/registration/password_reset_email.html b/lms/templates/registration/password_reset_email.html
index 6d906c84fff44e5d418ff6756c22bd8fcbdb64c8..bf6c3e089100ee7fc544b44d6988593bf6bd397f 100644
--- a/lms/templates/registration/password_reset_email.html
+++ b/lms/templates/registration/password_reset_email.html
@@ -5,7 +5,8 @@
 {% block reset_link %}
 https://{{domain}}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %}
 {% endblock %}
-{% trans "Your username, in case you've forgotten:" %} {{ user.username }}
+
+If you didn't request this change, you can disregard this email - we have not yet reset your password.
 
 {% trans "Thanks for using our site!" %}