{% extends 'email/base.html.twig' %} {# Magic login link email (login by email link) #} {%- set subject = 'PLUGIN_LOGIN.MAGIC_LOGIN_EMAIL_SUBJECT'|t(site_name) %} {%- set message = message ?? 'PLUGIN_LOGIN.MAGIC_LOGIN_EMAIL_MESSAGE'|t %} {%- do email.message.setSubject(subject) %} {%- block content -%} {{ 'PLUGIN_LOGIN.MAGIC_LOGIN_EMAIL_BODY'|t(site_name, message, login_link, actor.fullname)|raw }} {%- endblock content -%} {# https://workos.com/blog/a-guide-to-magic-links

Account Invitation

Hi,

You have been invited to join {{ site_name }}.

{{ message }}


Create Your Account Now

Alternatively, copy the following URL into your browser's address bar:

{{ login_link }}


Kind regards,

{{ actor.fullname }}

#}