Remove account information from welcome email

This commit is contained in:
champsupertramp
2016-05-31 20:21:37 +08:00
parent 57d99b25a3
commit 64e7fb6011
2 changed files with 3 additions and 11 deletions
+1 -2
View File
@@ -611,8 +611,7 @@ $this->sections[] = array(
'To login please visit the following url:' . "\r\n\r\n" .
'{login_url}' . "\r\n\r\n" .
'Your account e-mail: {email}' . "\r\n" .
'Your account username: {username}' . "\r\n" .
'Set your account passowrd: {password_reset_link}' . "\r\n\r\n" .
'Your account username: {username}' . "\r\n\r\n" .
'If you have any problems, please contact us at {admin_email}' . "\r\n\r\n" .
'Thanks,' . "\r\n" .
'{site_name}',