diff --git a/author/controllers/login.php b/author/controllers/login.php
index 0be9ffd9..5d67caf1 100644
--- a/author/controllers/login.php
+++ b/author/controllers/login.php
@@ -199,8 +199,8 @@ class Login extends CI_Controller {
$fromEmail = 'noreply02@chinahighlights.net';
$toName = $userdata->a_name;
$toEmail = $userdata->a_email;
- $subject = 'Your password for "http://a.chtcdn.com"';
- $body = 'Your password for "http://a.chtcdn.com" : ' . $userdata->a_password . '
For security please change your password once logged in.';
+ $subject = 'Your password for "http://author.mycht.cn"';
+ $body = 'Your password for "http://author.mycht.cn" : ' . $userdata->a_password . '
For security please change your password once logged in.';
$is_sendmail = $this->Infoauthors_model->SendMail($fromName, $fromEmail, $toName, $toEmail, $subject, $body);
if ($is_sendmail) {
$data[] = array('name' => 'ok', 'value' => 'Action successful. Your password has been emailed to you.');
diff --git a/author/views/author_field.php b/author/views/author_field.php
index 4b2fb74f..74936d9c 100644
--- a/author/views/author_field.php
+++ b/author/views/author_field.php
@@ -22,7 +22,7 @@