forked from Nixius/authelia
1
0
Fork 0
ATLAS/docker/authelia/config/email_templates/IdentityVerificationJWT.html

14 lines
702 B
HTML

<!DOCTYPE html>
<html>
<head><meta charset="utf-8"><title>{{ .Title }}</title></head>
<body>
<h1>{{ .Title }}</h1>
<p>Hi {{ .DisplayName }},</p>
<p>You requested to set or reset your password for your <a href="https://bc.a250.ca">a250.ca</a> workspace.</p>
<p>Click the link below to choose your password. You will also need to enable two-factor authentication or a passkey.</p>
<p><a href="https://bc.a250.ca/login/reset-password/step2?token={{ index (split .LinkURL "token=") 1 }}">{{ .LinkText }}</a></p>
<p>If you did not request this, you can safely ignore this email &mdash; no changes will be made.</p>
<p style="color:#888;font-size:0.85em;">Requested from {{ .RemoteIP }}.</p>
</body>
</html>