The Login Verification Code Email is sent when the site is configured to use multi-factor authentication (MFA) at login, and the method to use is determined to be by email.
The process will send this email to deliver a randomly generated 6-digit login verification code which must be entered into the login verifiction dialog on the site to complete login.
The information below documents the default configuration for the email. To cusomize the email configuration, use the Setup > Email Manager maintenance screen in the CyberStore Management Console
| Field | Value |
|---|---|
| LinkName | SendLoginVerificationCode |
| From | orders@theoutdoorscompany.com |
| To | {Auto-populated} |
| Subject |
Account Verification Code |
| CC | {Blank} |
| BCC |
{Blank} |
| Description | Sends code to user for authentication |
The following HTML code is used by default as the email body for this message.
| Email HTML |
Copy Code
|
|---|---|
<div style="box-sizing: border-box; font-size: 14px;"> <blockquote> <span style="background-color: #ffffff;"> <strong> Verification Code: </strong><strong>[loginVerificationCode]</strong> </span> </blockquote> <p> <span style="background-color: #ffffff;"> Please note that the code above will expire 15 minutes from the time the request was made. </span> </p> <p><span style="background-color: #ffffff;">This is an automated message, please do not reply.[global]</span></p> </div> |
|
Replacement Tags provide the means to do a text merge of values relevant to the action preceeding the email and include dynamic data in the email being sent.
The following are tags globally avaialble for all emails.
| Tag | Description |
|---|---|
| [CustomerDefaultEmail] | The email address of record for the Customer |
| [DefaultEmail] | The default address as configured for the Site |
| [FromAddress] | The from address configured for the email |
| [SendDate] | The date the email was sent |
| [SendTime] | The time the email was sent |
| [ToAddress] | The to address configured for the email |
The following are the tags specific to the Login Verification Code Email.
| Tag | Description |
|---|---|
| [EcommerceURL] | The web address configured for the Site |
| [Global] | The Global Message configured for the Site |
| [LoginVerificationCode] | The verfication code for the request |
In adddition to the email specific replacement tags in the table above, the following are tags available to this email template.
| Tag | Description |
|---|---|
| [CustomerNumber] | The Customer Number |
| [CustomerClass] | The name of the Customer Class |
| [CustomerName] | The Customer Name |
| [CustomerPhone] | The phone number of record of the Customer |
| [CustomerFax] | The fax number of record of the Customer |
| [CustomerContact] | The contact of record of the Customer |
When the email is being sent in the context of an On File (B2B) account and customer then all tags are available and will replace with the data from the Customer record.
When the email is being sent in the context of an account that is not On File (B2C, anonymous or logged-in) then only the [CustomerClass] tag is available and any of the other tags will replace with blank values.