- Overview
- Social Sign-in Widget
- User Registration Widget
- Social Sharing Widget
- Provider Setup Guide
- One-Click Sharing Widget
- Legacy Sign-in Widget
- Legacy Sharing Widget
Default Email Templates
This documentation is for the User Registration widget solution that uses JavaScript. Deployments installed after 11/1/2012 are likely using this method. If you are unsure, please clarify with your Deployment Engineer.
Various events trigger the User Registration Widget to send email to the end users, such as when they first sign up. User Registration customers can ask us to customize these messages. Write up the text that you want and send it to your account manager.
The default email templates that User Registration Widget uses for contacting end users are:
- changeVerification
<span><b>Cool new email address, {*#user*}{*givenName*}{*/user*}!</b></span>
<br />
Just click <a href="{*email_verification_url*}">this link</a> to verify your email address.<br />
<center>{*email_verification_url*}</center>
- newVerification
<span><b>Welcome to CaptureWidget Demo, {*#user*}{*displayName*}{*/user*}!</b></span>
<br />
Click <a href="{*email_verification_url*}">this link email</a> to verify your email address.<br />
<center>{*email_verification_url*}</center>
- passwordRecover
<span><b>Reset your password, {*#user*}{*displayName*}{*/user*}.</b></span>
<br />
Click <a href="{*password_recover_url*}">this link</a> to reset your password.<br>
<center>{*password_recover_url*}</center>
- resendVerification
<span><b>Sorry you missed the first email, {*#user*}{*displayName*}{*/user*}!</b></span>
<br />
Just click <a href="{*email_verification_url*}">this link</a> to verify your email address.<br />
<center>{*email_verification_url*}</center>