Skip to content

Add missing email templates #2170

@kchudy

Description

@kchudy

Description

  • desktop_start
Image
  • email_mfa_activation
Image
  • enrollment_admin_notification
macros::paragraph(content="Dear " ~ admin_first_name ~ " " ~ admin_last_name),
macros::paragraph(content=first_name ~ " " ~ last_name ~ " just completed their enrollment process."),
macros::paragraph(content="Have a good day!")] %}
  • enrollment_welcome
    <content edited by admin in settings, so just the header and footer here>

  • gateway_disconnected

macros::paragraph(content="Your gateway: " ~ gateway_name ~ " (IP: " ~ gateway_ip ~ ") for VPN Location: " ~ network_name ~ " has just disconnected."),
macros::paragraph(content="Please login to your gateway server and see the logs.")] %}
  • gateway_reconnected
macros::paragraph(content="Your gateway: " ~ gateway_name ~ " (IP: " ~ gateway_ip ~ ") for VPN Location: " ~ network_name ~ " has just reconnected.")
  • mfa_configured
Image
  • new_device_login
Image
  • new_device_ocid_login
Image
  • password_reset_start
macros::paragraph(content="<b>Password reset</b>"),
macros::paragraph(content= "If you wish to reset your password, please copy & paste the following URL in your browser: "),
macros::link(content=link_url, href=link_url),
macros::paragraph(content="Or click the button below:"),
] %}
{{ macros::text_section(content_array=section_content)}}
<p style="text-align: center;"><a href={{ link_url }} target="_blank" aria-label="Reset password"
  • password_reset_success
macros::paragraph(content="<b>Password reset</b>"),
macros::paragraph(content= "Your password has been successfully changed."),
  • support_data
Image
  • test
Image

Metadata

Metadata

Labels

No labels
No labels

Type

No fields configured for Task.

Projects

Status

Ready to release

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions