From 703fa1f767b546b375e09e1615c95eab3212c08d Mon Sep 17 00:00:00 2001 From: Nico Duldhardt <36307788+2start@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:13:38 +0200 Subject: [PATCH] Fix README.md MAILER_TEMPLATES_RECOVERY default. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87c892088..245f27dd6 100644 --- a/README.md +++ b/README.md @@ -621,15 +621,16 @@ Default Content (if template is unavailable): `MAILER_TEMPLATES_RECOVERY` - `string` URL path to an email template to use when resetting a password. (e.g. `https://www.example.com/path-to-email-template.html`) -`SiteURL`, `Email`, and `ConfirmationURL` variables are available. +`SiteURL`, `Email`, and `ConfirmationURL`, `Token` variables are available. Default Content (if template is unavailable): ```html -

Reset Password

+

You have been invited

-

Follow this link to reset the password for your user:

-

Reset Password

+

You have been invited to create a user on {{ .SiteURL }}. Follow this link to accept the invite:

+

Accept the invite

+

Alternatively, enter the code: {{ .Token }}

``` `MAILER_TEMPLATES_MAGIC_LINK` - `string`