2020-09-22 18:21:01 -04:00
|
|
|
{{ define "reset_pass" }}
|
|
|
|
Hi {{.Name}},
|
|
|
|
|
|
|
|
Enclosed in this message is your Password Reset token.
|
|
|
|
If you did not request this token, please disregard this email.
|
|
|
|
Token:
|
|
|
|
{{.Token}}
|
|
|
|
|
2021-03-02 14:26:58 -05:00
|
|
|
You may also use the following link:
|
|
|
|
http://localhost/reset/form?token={{.TokenURL}}
|
|
|
|
|
2020-09-22 18:21:01 -04:00
|
|
|
{{end}}
|