diff --git a/system/internal/service/auth_notification.go b/system/internal/service/auth_notification.go index 8cdff9c41..0425fa33e 100644 --- a/system/internal/service/auth_notification.go +++ b/system/internal/service/auth_notification.go @@ -91,20 +91,16 @@ var ( "email-confirmation.en.html": emailTemplateHeader + `

Confirm your email address

Hello,

-

Here's a copy of your account details:

-
- Username: {{ .EmailAddress }} -
- Email confirmation link: - {{ .URL }} -
` + +

Follow this link to confirm your email address.

+

You will be logged-in after successful confirmation.

` + emailTemplateFooter, "password-reset.en.subject": `[Crust] Reset your password`, "password-reset.en.html": emailTemplateHeader + `

Reset your password

Hello,

-

Follow this link and reset your password.

` + +

Follow this link and reset your password.

+

You will be logged-in after successful reset.

` + emailTemplateFooter, } )