diff --git a/profile.html b/profile.html index 5a753b914f..25cab5be1b 100644 --- a/profile.html +++ b/profile.html @@ -77,6 +77,19 @@ $(function() { log_event("profile", {"type":"password_send"}); }); }); + + $("#update_email").click(function() { + $("#change_email_link").click(); + }); + + $("#apply_name").click(function() { + $("#apply_name_change_link").click(); + }); + + $("#unenroll_button").click(function(){ + $("#unenroll_course_link").click(); + }); + }); @@ -136,10 +149,18 @@ $(function() {

${name}

- + %if True: + Apply to change + %else: + (Name change pending) + %endif
-
- -

Password Reset Email Sent

- An email has been sent to ${email}. Follow the link in the email to change your password. -
+
+ +

Password Reset Email Sent

+ An email has been sent to ${email}. Follow the link in the email to change your password. +
+ +
+ +

Apply to change your name

+ Enter your desired full name, as it will appear on the MITx Certificate: +

+

Reason for name change: +

+

A member of the course staff will review your request, and if approved, update your information. +

+

+ +
+ +

Change e-mail

+

Please enter your new email address: +

+

Please confirm your password: +

+

We will send a confirmation to both ${email} and your new e-mail + as part of the process. Since we use e-mail as an authentication + mechanism, we keep a log e-mail changes. +

+

+ +
+ +

Unenroll

+

At the end of the semester, all students who do not complete the +course will be automatically dropped. If you would still prefer to +deactivate your account, you can: +

Deactivate account, but inform me about future courses. +

Deactivate account/do not inform me about future courses. +

+