Update registration email

This commit is contained in:
“VeLiTi”
2024-05-13 12:48:56 +02:00
parent a7bfe43166
commit 4a5d140bc0

View File

@@ -3,7 +3,7 @@ defined($security_key) or exit;
//------------------------------------------
// Content Email
//------------------------------------------
$register_user_subject = 'CustomerPortal - firmware - user';
$register_user_subject = 'CustomerPortal - Registration';
$register_user_header = 'Dear customer';
$register_user_text = 'Thanks for your registration. Based on your product registration we herewith provide you access to our online firmware update capability, with the following credentials:';
$register_user_credential_label = 'User details:';
@@ -29,7 +29,7 @@ $message = '
<li>password: '.software_update_pw.'</li>
<li style="margin-top: 10px;list-style-type: none;">
<a href="https://' . $portalURL . '" style="background-color: ' . $color . ';border: 1px solid;color: #fff;padding: 10px;text-align: center;text-decoration: none;font-size: 12px;border-radius: 5px;">
Reset Password
GoTo Portal
</a>
</li>
</ul>