From aabdf575e741282534cc6a97e8402a29b70b6014 Mon Sep 17 00:00:00 2001 From: Leopere Date: Wed, 4 Mar 2026 17:48:45 -0500 Subject: [PATCH] Reset email: a250.ca branding, set or reset password, 2FA note Made-with: Cursor --- .../config/email_templates/IdentityVerificationJWT.html | 9 +++++---- .../config/email_templates/IdentityVerificationJWT.txt | 8 +++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docker/authelia/config/email_templates/IdentityVerificationJWT.html b/docker/authelia/config/email_templates/IdentityVerificationJWT.html index 19e7af7..c231f68 100644 --- a/docker/authelia/config/email_templates/IdentityVerificationJWT.html +++ b/docker/authelia/config/email_templates/IdentityVerificationJWT.html @@ -4,9 +4,10 @@

{{ .Title }}

Hi {{ .DisplayName }},

-

This email was sent to verify your identity. Click the link below to reset your password.

+

You requested to set or reset your password for your a250.ca workspace.

+

Click the link below to choose your password. You will also need to enable two-factor authentication or a passkey.

{{ .LinkText }}

-

If you did not request this, you can safely ignore this email.

-

This link was requested from {{ .RemoteIP }}.

+

If you did not request this, you can safely ignore this email — no changes will be made.

+

Requested from {{ .RemoteIP }}.

- + diff --git a/docker/authelia/config/email_templates/IdentityVerificationJWT.txt b/docker/authelia/config/email_templates/IdentityVerificationJWT.txt index eb67c92..53c5e6c 100644 --- a/docker/authelia/config/email_templates/IdentityVerificationJWT.txt +++ b/docker/authelia/config/email_templates/IdentityVerificationJWT.txt @@ -2,10 +2,12 @@ Hi {{ .DisplayName }}, -This email was sent to verify your identity. Use the link below to reset your password: +You requested to set or reset your password for your a250.ca workspace (https://bc.a250.ca). + +Use the link below to choose your password. You will also need to enable two-factor authentication or a passkey. {{ replace "%2Flogin" "/login" .LinkURL }} -If you did not request this, you can safely ignore this email. +If you did not request this, you can safely ignore this email — no changes will be made. -This link was requested from {{ .RemoteIP }}. +Requested from {{ .RemoteIP }}.