Access management

General settings


This section provides you with option to configure general IAM Service settings along with Registration as a Service feature.

Configuration of settings for account registration
Settings for general authentication and Registration as a Service

Account registration mode

Whenever you want to use our Registration as a Service feature, you must define which registration mode suits you best. Registration mode defines what is supposed to happen when a user registers account in your application.

You can choose from the following options:

Registration mode Account activation Email ownership confirmation Consents / Attributes
Automatic account activation Automatically activated during registration No, to be implemented as a separate process email consent set to false,
snrs_email_confirmed attribute set to false
Email confirmation required Automatically activated during registration Yes, through email action email consent set to false,
snrs_email_confirmed attribute set to false

After email action changed to true
Account activation required Activation required through email action Yes, as part of activation email consent set to false,
snrs_email_confirmed attribute set to false

After email action changed to true
PIN code activation required Activation only after entering PIN code sent through an email No, to be implemented as a separate process email consent set to false,
snrs_email_confirmed attribute set to true

In order to configure registration mode for Registration as a Service we need to:

  1. Go to Settings icon Settings > IAM for applications > General > Show.

  2. In the registration mode section, select one of the options:

    Click here if to see further instructions for Automatic account activation

    No further action is required.

    Click here if to see further instructions for Email confirmation required

    No further action is required

    Click here if to see further instructions for Account activation required

    1. In the Account confirmation redirect link, enter the URL where a user is redirected after clicking the confirmation link.
    2. Click Apply in order to save the selection.
      After that, you must remember to create templates used within the email notification.

    Click here if to see further instructions for PIN code activation required

    While registering an account in your mobile application, your customer may be obliged to activate their account through PIN which is sent to the customer in an email.

    Configuration of settings of PIN activation
    Configuration of settings of PIN activation
    1. Select one of two configurations:
      • Required for every account registration - As a result, every account registered in your mobile application must be activated by PIN code.
      • Required only for registrations with email addresses used in accounts in the services - You can enable this option only for the accounts registering in the mobile application using Facebook, Google, Apple or OAuth solutions.
    2. In the PIN lifetime field, enter the value and select the unit of time the PIN code is active since generating the code.
    3. In the PIN length, enter the number of digits a PIN code consists of.
    4. To let resend PIN code to other devices than it was originally generated, select the Allow resending PIN to different devices option.
      Important: You can activate the PIN only from the last device to which the PIN was sent.
    5. Confirm by clicking Apply.

    After that, you must remember to create templates used within the email notification

  3. In order to save the selection of the registration mode, click Apply.

Note:
After a registration of an account, the client.register event is generated on the profile of the user (in the Profiles module).

Loyalty card assignment


Both our Registration as a Service and Authentication as a Service features enable you to automatically assign loyalty card numbers where after every successful registration or the first authentication, user will be automatically assigned with a code from the pool. Value will be visible as customID on users Profile.

At this stage you should already have a configured Voucher Pool which is a prerequisite:

To configure card number assignment:

  1. Go to Settings icon Settings > IAM for applications > General > Show.
  2. From the dropdown list, select a voucher pool containing codes to be used.
  3. Click Apply in order to save the selection
Note:
In case you had user profiles imported with any pre-existing customID attributes you may consider enabling the customID overwrite feature.

JWT token lifetime


JWT tokens issued by Synerise have default lifetime (expiration) equal to 3600 seconds (1 hour).

Whenever you want to change that to different value you have to:

  1. Go to Settings icon Settings > IAM for applications > General > Show.
  2. In JWT token lifetime field, define the exact time (in seconds) the token will be valid.
  3. If you’re done, confirm by clicking Apply.
Important:
Remember that changing JWT token lifetime value does not impact previously issued JWT tokens and will be effective with token renewal or new authentication.

Custom ID


Whenever you implement loyalty card assignment for your users, it doesn’t overwrite the any existing customID attributes on user profiles by default. So whenever you have user profile with existing value under customID attribute the value won’t get changed to loyalty card. It may be useful in case you have legacy loyalty users and you don’t want to overwrite their card numbers.

In case you want to enable for system to overwrite these values please:

  1. Go to Settings icon Settings > IAM for applications > General > Show.
  2. In the Custom ID section, set the toggle to true.
  3. If you’re done, confirm by clicking Apply.
Important: Make sure you have a large pool of codes and monitor the pool utilization as the lack of codes will cause registration/authentication features to fail.

Overwriting external ID


External ID is a unique identifier assigned to a customer in the external identity providers services. This external ID can be saved in Synerise as an attribute. The name of this attribute in Synerise depends on how you map it in the OAuth tab.

    • When this option is enabled, you can overwrite a customer’s external ID saved in Synerise with the external ID received from identity providers (such as Facebook, Google, OAuth). For example, when a Facebook account of a customer is deleted and then a new account is created with the same email address, the account ID in Facebook changes. When a customer tries to log into Synerise with this new account, the external ID is overwritten in Synerise and the customer is logged into the existing Synerise account that uses this email.
  • When this option is disabled, the log-in attempts in situations presented in the previous paragraph will be blocked because the external ID provided in the log-in attempt is different from the external ID saved in Synerise.

Changing an email address


Enabling this option allows a customer change an email address by clicking a link sent in a message. When disabled, email change is only possible through an API call.

Templates


Some operations related to customer’s account require us to send email notifications either to inform user about something or to confirm something as part of the process. There are following main email templates sent to users of your application in the following cases:

  • Activation/Confirmation of an account or email address: depending on the configuration it may be automated email or triggered manually via dedicated API or SDK methods,
  • Activating an account by sending a PIN in an email
  • Password reset process: triggered through dedicated API or SDK methods,
  • Email address change request process: triggered through dedicated API or SDK methods,
  • Confirmation of email address change: triggered through dedicated API or SDK methods
Important:
If you don’t create and select your templates, system will use the default Synerise templates.
Selecting system email templates
Selecting system email templates
Note:
You can find exemplary email templates in Communication > Email > Templates > Featured.
You can reuse them or make your own by modifying those exemplary ones.

In order to configure templates that you want to use:

  1. Create an email template or import it to Synerise and save it.
  2. Go to Settings icon Settings > IAM for applications > Templates > Show.
  3. For a system email template, from the dropdown list, select a previously prepared email template.
  4. Above the dropdown list, in the Email subject enter the subject of the email that will be displayed in the inbox.
  5. Confirm the settings by clicking Apply.
Example account confirmation template

Account confirmation template
Account confirmation template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <style type="text/css"> /* Outlines the grid, remove when sending */ table td { /* border: 1px solid cyan; */ } /* CLIENT-SPECIFIC STYLES */ body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; } img { -ms-interpolation-mode: bicubic; } /* RESET STYLES */ img { border: 0; outline: none; text-decoration: none; } table { border-collapse: collapse !important; } body { margin: 0 !important; padding: 0 !important; width: 100% !important; } /* iOS BLUE LINKS */ a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: Arial, sans-serif !important; font-weight: inherit !important; line-height: inherit !important; } /* ANDROID CENTER FIX */ div[style*="margin: 16px 0;"] { margin: 0 !important; } </style>
   </head>
   <body style="margin:0; padding:0; background-color:#fff;">
      <center>
         <div style="background-color:#fff; max-width: 600px; margin: auto;">
            <!--[if mso]>
            <table role="presentation" width="600" cellspacing="0" cellpadding="0" border="0" align="center">
               <tr>
                  <td>
                     <![endif]-->
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td width="200" align="left" valign="middle" style="padding:10px;"> <img alt="Synerise" src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/030d47ff7f497bf302d3248641a216ad.png" style="width: 140px;"> </td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                   <td width="400" align="left" valign="middle" style="padding:10px; font-weight: bold; font-size: 28px; font-family: Arial, sans-serif; color:#384350"> Hi, {% user firstname %}  </td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"> <img width="91" src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/38937e17f860105ccfea3df81558734b.png" alt="" /> </td>
                                 </tr>
                                 <tr>
                                   <td width="400" align="left" valign="middle" style="padding:10px; font-weight: bold; font-size: 22px; font-family: Arial, sans-serif; color:#384350"> Please confirm your account to start working with Synerise </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td width="400" align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> Thank you for choosing Synerise. Before you can start your adventure with us, you need to confirm your account. </td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px"> <a style="background-color: #0c68ff;border-color: #0c68ff;color: #ffffff;cursor: pointer;display: inline-block;font-size: 14px;font-weight: 500;margin: 0;padding: 12px 25px;text-decoration: none;text-transform: capitalize; border: solid 1px #0c68ff;border-radius: 3px;box-sizing: border-box;font-family: Arial, sans-serif;" href="{{ client_confirmation_link }}" target="_blank">Confirm account</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> Once you confirm your account, you will be able to sign-in to <a href="#" style="color: #0c68ff; font-weight: bold;">app.synerise.com</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> Have a good day,<br /> The Synerise Team </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;">
                                       <hr style="border: 1px solid #e5e5e5;" />
                                    </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#b6bdc4;line-height: 22px;"> Have questions? The Synerise Team is here to help.<br /> Please contact <a href="support@synerise.com" style="color: #0c68ff; font-weight: bold;">support@synerise.com</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.facebook.com/synerise"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/778ed84375be209b05f2fb333f7bbb16.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                    <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.youtube.com/c/Synerise/"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/eadde6165d2421eb5f98d9654006d9ee.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                    <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.linkedin.com/company/synerise/"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/42126cc8dfb468a79dc4b37c45082b78.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                    <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://twitter.com/synerise"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/f2512acc01435e5cd10edfc0e419908b.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                    <td width="500" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                <tr>
                                 <td align="left" valign="middle" style="padding:10px; font-size: 10px;font-family: Arial, sans-serif; color:#b6bdc4;line-height: 16px;">The administrator of your personal data is SYNERISE S.A. with its registered office at ul. Lubostroń 1, 30-383 Kraków,entered into the Register of Entrepreneurs of the National Court Register by the District Court for Kraków-Śródmieście in Kraków, 11th Commercial Division of the National Court Register under the number: 0000468034. You can contact the Administrator regarding the protection of personal data by email at the followingaddress: <a target="_blank" href="mailto:iod@synerise.com">iod@synerise.com</a>, or by traditional mail sent to the address of the Administrator's seat, i.e. SYNERISE S.A. ul. Lubostroń 1.30-383 Kraków.
                                 </td>
                              </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <!--[if mso]>
                  </td>
               </tr>
            </table>
            <![endif]-->
         </div>
      </center>
   </body>
</html>

Example email change request template

Email change request template
Email change request template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <style type="text/css"> /* Outlines the grid, remove when sending */ table td { /* border: 1px solid cyan; */ } /* CLIENT-SPECIFIC STYLES */ body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; } img { -ms-interpolation-mode: bicubic; } /* RESET STYLES */ img { border: 0; outline: none; text-decoration: none; } table { border-collapse: collapse !important; } body { margin: 0 !important; padding: 0 !important; width: 100% !important; } /* iOS BLUE LINKS */ a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: Arial, sans-serif !important; font-weight: inherit !important; line-height: inherit !important; } /* ANDROID CENTER FIX */ div[style*="margin: 16px 0;"] { margin: 0 !important; } </style>
   </head>
   <body style="margin:0; padding:0; background-color:#fff;">
      <center>
         <div style="background-color:#fff; max-width: 600px; margin: auto;">
            <!--[if mso]>
            <table role="presentation" width="600" cellspacing="0" cellpadding="0" border="0" align="center">
               <tr>
                  <td>
                     <![endif]-->
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td width="200" align="left" valign="middle" style="padding:10px;"> <img alt="Synerise" src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/030d47ff7f497bf302d3248641a216ad.png" style="width: 140px;"> </td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                <tr>
                                  <td width="400" align="left" valign="middle" style="padding:10px; font-weight: bold; font-size: 28px; font-family: Arial, sans-serif; color:#384350"> Hi, {% user firstname %}  </td>
                                   <td width="200" align="center" valign="middle" style="padding:10px;"> <img width="91" src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/38937e17f860105ccfea3df81558734b.png" alt="" /> </td>
                                </tr>
                                <tr>
                                 <td width="400" align="left" valign="middle" style="padding:10px; font-weight: bold; font-size: 22px; font-family: Arial, sans-serif; color:#384350"> We heard you need to change e-mail address of your account</td>
                              </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px"> <a style="background-color: #0c68ff;border-color: #0c68ff;color: #ffffff;cursor: pointer;display: inline-block;font-size: 14px;font-weight: 500;margin: 0;padding: 12px 25px;text-decoration: none;text-transform: capitalize; border: solid 1px #0c68ff;border-radius: 3px;box-sizing: border-box;font-family: Arial, sans-serif;" href="{{client_email_change_url}}" target="_blank">Confirm e-mail change</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> Once you confirm e-mail change you may sign-in with your updated credentials. </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> If you haven't initiated e-mail change please do not confirm that process and contact with our Support Team immediately through e-mail: <a href="mailto:support@synerise.com" style="color: #0c68ff; font-weight: bold;">support@synerise.com</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> Have a good day,<br /> The Synerise Team </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;">
                                       <hr style="border: 1px solid #e5e5e5;" />
                                    </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#b6bdc4;line-height: 22px;"> Have questions? The Synerise Team is here to help.<br /> Please contact <a href="support@synerise.com" style="color: #0c68ff; font-weight: bold;">support@synerise.com</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.facebook.com/synerise"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/778ed84375be209b05f2fb333f7bbb16.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.youtube.com/c/Synerise/"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/eadde6165d2421eb5f98d9654006d9ee.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.linkedin.com/company/synerise/"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/42126cc8dfb468a79dc4b37c45082b78.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://twitter.com/synerise"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/f2512acc01435e5cd10edfc0e419908b.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                    <td width="500" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                <tr>
                                 <td align="left" valign="middle" style="padding:10px; font-size: 10px;font-family: Arial, sans-serif; color:#b6bdc4;line-height: 16px;">The administrator of your personal data is SYNERISE S.A. with its registered office at ul. Lubostroń 1, 30-383 Kraków,entered into the Register of Entrepreneurs of the National Court Register by the District Court for Kraków-Śródmieście in Kraków, 11th Commercial Division of the National Court Register under the number: 0000468034. You can contact the Administrator regarding the protection of personal data by email at the followingaddress: <a target="_blank" href="mailto:iod@synerise.com">iod@synerise.com</a>, or by traditional mail sent to the address of the Administrator's seat, i.e. SYNERISE S.A. ul. Lubostroń 1.30-383 Kraków.
                                 </td>
                              </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <!--[if mso]>
                  </td>
               </tr>
            </table>
            <![endif]-->
         </div>
      </center>
   </body>
</html>

Example email change confirmation template

Selecting system email templates
Email change confirmation template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <style type="text/css"> /* Outlines the grid, remove when sending */ table td { /* border: 1px solid cyan; */ } /* CLIENT-SPECIFIC STYLES */ body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; } img { -ms-interpolation-mode: bicubic; } /* RESET STYLES */ img { border: 0; outline: none; text-decoration: none; } table { border-collapse: collapse !important; } body { margin: 0 !important; padding: 0 !important; width: 100% !important; } /* iOS BLUE LINKS */ a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: Arial, sans-serif !important; font-weight: inherit !important; line-height: inherit !important; } /* ANDROID CENTER FIX */ div[style*="margin: 16px 0;"] { margin: 0 !important; } </style>
   </head>
   <body style="margin:0; padding:0; background-color:#fff;">
      <center>
         <div style="background-color:#fff; max-width: 600px; margin: auto;">
            <!--[if mso]>
            <table role="presentation" width="600" cellspacing="0" cellpadding="0" border="0" align="center">
               <tr>
                  <td>
                     <![endif]-->
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td width="200" align="left" valign="middle" style="padding:10px;"> <img alt="Synerise" src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/030d47ff7f497bf302d3248641a216ad.png" style="width: 140px;"> </td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                <tr>
                                  <td width="400" align="left" valign="middle" style="padding:10px; font-weight: bold; font-size: 28px; font-family: Arial, sans-serif; color:#384350"> Hi, {% user firstname %}  </td>
                                   <td width="200" align="center" valign="middle" style="padding:10px;"> <img width="91" src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/38937e17f860105ccfea3df81558734b.png" alt="" /> </td>
                                </tr>
                                <tr>
                                 <td width="400" align="left" valign="middle" style="padding:10px; font-weight: bold; font-size: 22px; font-family: Arial, sans-serif; color:#384350"> We have changed your e-mail address</td>
                              </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> E-mail address associated with your account has been successfully changed per your request. Your new e-mail address: {{new_email}}</td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> If you haven't initiated e-mail change please contact with our Support Team immediately through e-mail: <a href="mailto:support@synerise.com" style="color: #0c68ff; font-weight: bold;">support@synerise.com</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> Have a good day,<br /> The Synerise Team </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;">
                                       <hr style="border: 1px solid #e5e5e5;" />
                                    </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#b6bdc4;line-height: 22px;"> Have questions? The Synerise Team is here to help.<br /> Please contact <a href="support@synerise.com" style="color: #0c68ff; font-weight: bold;">support@synerise.com</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.facebook.com/synerise"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/778ed84375be209b05f2fb333f7bbb16.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.youtube.com/c/Synerise/"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/eadde6165d2421eb5f98d9654006d9ee.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.linkedin.com/company/synerise/"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/42126cc8dfb468a79dc4b37c45082b78.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://twitter.com/synerise"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/f2512acc01435e5cd10edfc0e419908b.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                    <td width="500" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                <tr>
                                 <td align="left" valign="middle" style="padding:10px; font-size: 10px;font-family: Arial, sans-serif; color:#b6bdc4;line-height: 16px;">The administrator of your personal data is SYNERISE S.A. with its registered office at ul. Lubostroń 1, 30-383 Kraków,entered into the Register of Entrepreneurs of the National Court Register by the District Court for Kraków-Śródmieście in Kraków, 11th Commercial Division of the National Court Register under the number: 0000468034. You can contact the Administrator regarding the protection of personal data by email at the followingaddress: <a target="_blank" href="mailto:iod@synerise.com">iod@synerise.com</a>, or by traditional mail sent to the address of the Administrator's seat, i.e. SYNERISE S.A. ul. Lubostroń 1.30-383 Kraków.
                                 </td>
                              </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <!--[if mso]>
                  </td>
               </tr>
            </table>
            <![endif]-->
         </div>
      </center>
   </body>
</html>

Example password reset template

Password reset template
Password reset template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <style type="text/css"> /* Outlines the grid, remove when sending */ table td { /* border: 1px solid cyan; */ } /* CLIENT-SPECIFIC STYLES */ body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; } img { -ms-interpolation-mode: bicubic; } /* RESET STYLES */ img { border: 0; outline: none; text-decoration: none; } table { border-collapse: collapse !important; } body { margin: 0 !important; padding: 0 !important; width: 100% !important; } /* iOS BLUE LINKS */ a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: Arial, sans-serif !important; font-weight: inherit !important; line-height: inherit !important; } /* ANDROID CENTER FIX */ div[style*="margin: 16px 0;"] { margin: 0 !important; } </style>
   </head>
   <body style="margin:0; padding:0; background-color:#fff;">
      <center>
         <div style="background-color:#fff; max-width: 600px; margin: auto;">
            <!--[if mso]>
            <table role="presentation" width="600" cellspacing="0" cellpadding="0" border="0" align="center">
               <tr>
                  <td>
                     <![endif]-->
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td width="200" align="left" valign="middle" style="padding:10px;"> <img alt="Synerise" src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/030d47ff7f497bf302d3248641a216ad.png" style="width: 140px;"> </td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                    <td width="200" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                <tr>
                                  <td width="400" align="left" valign="middle" style="padding:10px; font-weight: bold; font-size: 28px; font-family: Arial, sans-serif; color:#384350"> Hi, {% user firstname %}  </td>
                                   <td width="200" align="center" valign="middle" style="padding:10px;"> <img width="91" src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/38937e17f860105ccfea3df81558734b.png" alt="" /> </td>
                                </tr>
                                <tr>
                                 <td width="400" align="left" valign="middle" style="padding:10px; font-weight: bold; font-size: 22px; font-family: Arial, sans-serif; color:#384350"> We heard you need a password reset for your account:</td>
                              </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 18px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;font-weight: bold;"> {{ email }} </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px 10px 0px 10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> You have two optons to choose:</td>
                                 </tr>
                                 <tr>
                                    <td align="left" valign="middle" style="padding:0px 10px 10px 10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;">
                                       <ul>
                                          <li>If you don't want to reset your password, just ignore this email and your current password will still be in use.</li>
                                          <li>If you still want to reset the password, click the button below.</li>
                                       </ul>
                                    </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px"> <a style="background-color: #0c68ff;border-color: #0c68ff;color: #ffffff;cursor: pointer;display: inline-block;font-size: 14px;font-weight: 500;margin: 0;padding: 12px 25px;text-decoration: none;text-transform: capitalize; border: solid 1px #0c68ff;border-radius: 3px;box-sizing: border-box;font-family: Arial, sans-serif;" href="{{password_reset_url}}" target="_blank">Reset password</a> </td>
                                 </tr>
                                 <tr>
                                   <td align="left" valign="middle" style="padding:10px 10px 0px 10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> If you don't see link above please copy the following url into your web browser:<br><br>{{password_reset_url}}</td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#384350;line-height: 22px;"> Have a good day,<br /> The Synerise Team </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;">
                                       <hr style="border: 1px solid #e5e5e5;" />
                                    </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="left" valign="middle" style="padding:10px; font-size: 14px;font-family: Arial, sans-serif; color:#b6bdc4;line-height: 22px;"> Have questions? The Synerise Team is here to help.<br /> Please contact <a href="support@synerise.com" style="color: #0c68ff; font-weight: bold;">support@synerise.com</a> </td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.facebook.com/synerise"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/778ed84375be209b05f2fb333f7bbb16.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.youtube.com/c/Synerise/"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/eadde6165d2421eb5f98d9654006d9ee.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://www.linkedin.com/company/synerise/"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/42126cc8dfb468a79dc4b37c45082b78.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                   <td width="25" align="center" valign="middle" style="padding:10px;"> <a href="https://twitter.com/synerise"><img src="https://upload.snrcdn.net/9bbb7035ecf3565cceed63d321d7d9b31236850d/default/origin/f2512acc01435e5cd10edfc0e419908b.png" width="20" style="margin:0; padding:0; border:none; display:block;" border="0" class="img" alt=""></a> </td>
                                    <td width="500" align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                <tr>
                                 <td align="left" valign="middle" style="padding:10px; font-size: 10px;font-family: Arial, sans-serif; color:#b6bdc4;line-height: 16px;">The administrator of your personal data is SYNERISE S.A. with its registered office at ul. Lubostroń 1, 30-383 Kraków,entered into the Register of Entrepreneurs of the National Court Register by the District Court for Kraków-Śródmieście in Kraków, 11th Commercial Division of the National Court Register under the number: 0000468034. You can contact the Administrator regarding the protection of personal data by email at the followingaddress: <a target="_blank" href="mailto:iod@synerise.com">iod@synerise.com</a>, or by traditional mail sent to the address of the Administrator's seat, i.e. SYNERISE S.A. ul. Lubostroń 1.30-383 Kraków.
                                 </td>
                              </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;" bgcolor="#FFFFFF">
                        <tr>
                           <td align="center" valign="middle" style="padding:5px 10px;">
                              <table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
                                 <tr>
                                    <td align="center" valign="middle" style="padding:10px;"></td>
                                 </tr>
                              </table>
                           </td>
                        </tr>
                     </table>
                     <!--[if mso]>
                  </td>
               </tr>
            </table>
            <![endif]-->
         </div>
      </center>
   </body>
</html>

Explanation of Jinjava tags used in the email templates

Name Description Template
{% customer firstname %} This is a standard Jinjava tag to insert user's first name.
You can use other Jinjava tags related to {% customer … %}
All templates
{{client_confirmation_link}} This Jinjava tag provides generic
Synerise link to confirm an account/email.
https://{SYNERISE_API_BASE_PATH}/sauth/client/confirmation/_profile_hash_/{{client_confirmation_token}}
Account or
email confirmation
templates
{{client_confirmation_token}} This Jinjava tag provides a confirmation token and can be used
in case you want to pass a confirmation token through
own website and Universal Links to be captured by Mobile Application, for example:
https://example.org/account/confirmation?=client_confirmation_token
Account or
email confirmation
templates
{{password_reset_url}} This Jinjava tag provides a generic
Synerise link to a password reset form, for example:
https://api.synerise.com/sauth/clients/password-reset/form/_profile_hash_/{{password_reset_token}}
Password
reset
{{password_reset_token}} This Jinjava tag provides a password reset token
used in case you want to create it through
own website and Universal Links to be captured by Mobile Application, for example:
https://example.org/account/password-reset?=password_reset_token
Password
reset
{{client_email_change_url}} This Jinjava tag provides a generic Synerise link
for an email change process, for example:
https://api.synerise.com/sauth/clients/email-change/form/_profile_hash_/{{client_email_change_token}}
Email change
{{client_email_change_token}} This Jinjava tag provides a confirmation token
and can be used in case you want to pass a confirmation token through
own website and Universal Links to be captured by Mobile Application, for example:
https://example.org/account/confirmation?=client_confirmation_token
Email change
{{new_email}} This jinjava tag inserts a value of new_email that has been provided as part of the email change process. Email change

Password policy


This section provides a possibility to define the password policy suitable for your application. When a user creates an account, the password must meet the password policy requirements.

Password policy
Example of a password policy
  1. Go to Settings icon Settings > Access Control.
  2. In the Password settings section, click Show.
  3. In the Length section, to define the minimum and maximum number of characters in a password, use the slider.
  4. In the Characters section:
    1. To require uppercase character in a password, switch the Uppercases (A-Z) toggle on and enter the number.
    2. To require lowercase characters in a password, switch the Lowercases (a-z) toggle on and enter the number.
    3. To require numbers in a password, switch the Numbers (0-9) toggle on and enter the number.
    4. To require special characters in a password, switch the Symbols (0-9) toggle on and enter the number. The allowed special characters are: !"#$%&'()*+,-./:;<=>?@[\]^_{|}~
  5. Confirm by clicking Apply.
😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker