diff --git a/templates/email/welcome_email.html b/templates/email/welcome_email.html
index 227c8c4b..2de878b8 100644
--- a/templates/email/welcome_email.html
+++ b/templates/email/welcome_email.html
@@ -15,20 +15,13 @@
-
+
If you have any problems, please contact us at {admin_email}
-
Account Information
-
-
Your account e-mail: {email}
-
Your account username: {username}
-
Set your password: {password_reset_link}
-
-
-
+
Thank you!
diff --git a/um-config.php b/um-config.php
index e6d79ddb..8552b045 100644
--- a/um-config.php
+++ b/um-config.php
@@ -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}',