Skip to content

Instantly share code, notes, and snippets.

@ajubin
Last active May 22, 2023 16:17
Show Gist options
  • Save ajubin/ddacbd212f231ef58c5f00c2d239cd76 to your computer and use it in GitHub Desktop.
Save ajubin/ddacbd212f231ef58c5f00c2d239cd76 to your computer and use it in GitHub Desktop.
template-n8n-invite-with-no-tracker
<p>Hi there</p>
<p>You have been invited to join n8n ({{ domain }}).</p>
<p>To accept, click the following link:</p>
<p><a clicktracking=off href="{{ inviteAcceptUrl }}" target="_blank">{{ inviteAcceptUrl }}</a></p>
<p>Somebody asked to reset your password on n8n ({{ domain }}).</p>
<br />
<p>Click the following link to choose a new password. The link is valid for 2 hours.</p>
<a clicktracking=off href="{{ passwordResetUrl }}">{{ passwordResetUrl }}</a>
@ajubin
Copy link
Author

ajubin commented May 22, 2023

my own html template to fix my issue here: n8n-io/n8n#6255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment