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`