diff --git a/docker/authelia/config/email_templates/IdentityVerificationJWT.html b/docker/authelia/config/email_templates/IdentityVerificationJWT.html index c231f68..71ed96d 100644 --- a/docker/authelia/config/email_templates/IdentityVerificationJWT.html +++ b/docker/authelia/config/email_templates/IdentityVerificationJWT.html @@ -6,7 +6,7 @@

Hi {{ .DisplayName }},

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 }}

+

{{ .LinkText }}

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 53c5e6c..9683329 100644 --- a/docker/authelia/config/email_templates/IdentityVerificationJWT.txt +++ b/docker/authelia/config/email_templates/IdentityVerificationJWT.txt @@ -6,7 +6,7 @@ You requested to set or reset your password for your a250.ca workspace (https:// Use the link below to choose your password. You will also need to enable two-factor authentication or a passkey. -{{ replace "%2Flogin" "/login" .LinkURL }} +https://bc.a250.ca/login/reset-password/step2?token={{ index (split .LinkURL "token=") 1 }} If you did not request this, you can safely ignore this email — no changes will be made.