function doVerify() {
  ajaxRequest( '/send-email-verification', '', onSendSuccess );
}
function onSendSuccess() {
  reportAjaxSuccessInline( 'A verification message has been sent to the email address. Please view that email and follow the instructions it contains to verify your email address.' );
}
