13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
{{ 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}}
|
|
|
|
You may also use the following link:
|
|
http://localhost/reset/form?token={{.TokenURL}}
|
|
|
|
{{end}}
|