site_name // $CFG->site_email // $CFG->site_url // // $reason // {$user_data['username']} // $password // For depreciated systems. setDefault($password, $new_password); // Subject for email. Do not use double-quote marks inside. $email_subject = "$CFG->site_name password change"; // Body for email. Do not touch lines with 'EOF'. $email_body = <<site_name has been reset. $reason Your new login information is: USERNAME: {$user_data['username']} PASSWORD: $password If you have any questions or concerns please reply to this email or go the the address below. Thank you, $CFG->site_name $CFG->site_url/ EOF; // Don't touch this. $email_body = wordwrap($email_body); ?>