mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Remove account information from welcome email
This commit is contained in:
@@ -15,20 +15,13 @@
|
||||
|
||||
<div style="padding: 10px 0 50px 0;text-align: center;"><a href="{login_url}" style="background: #555555;color: #fff;padding: 12px 30px;text-decoration: none;border-radius: 3px;letter-spacing: 0.3px;">Login to our site</a></div>
|
||||
|
||||
<div style="padding: 0 0 15px 0;">
|
||||
<div style="padding:20px;">If you have any problems, please contact us at {admin_email}</div>
|
||||
|
||||
<div style="background: #eee;color: #444;padding: 12px 15px; border-radius: 3px;font-weight: bold;font-size: 16px;">Account Information</div>
|
||||
|
||||
<div style="padding: 10px 15px 0 15px;color: #333;"><span style="color:#999">Your account e-mail:</span> <span style="font-weight:bold">{email}</span></div>
|
||||
<div style="padding: 10px 15px 0 15px;color: #333;"><span style="color:#999">Your account username:</span> <span style="font-weight:bold">{username}</span></div>
|
||||
<div style="padding: 10px 15px 0 15px;color: #333;"><span style="color:#999">Set your password:</span> <span style="font-weight:bold">{password_reset_link}</span></div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="color: #999;padding: 20px 30px">
|
||||
|
||||
|
||||
<div style="">Thank you!</div>
|
||||
<div style="">The <a href="{site_url}" style="color: #3ba1da;text-decoration: none;">{site_name}</a> Team</div>
|
||||
|
||||
|
||||
+1
-2
@@ -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}',
|
||||
|
||||
Reference in New Issue
Block a user