api/templates/mail/confirm-email.plain.tmpl

9 lines
214 B
Cheetah
Raw Normal View History

Hi {{.User.Username}},
2020-04-17 14:01:45 +00:00
{{if .IsNew}}
Welcome to Vikunja!
2020-04-17 14:01:45 +00:00
{{end}}
To confirm your email address, copy the link below and paste it in your browser:
{{.FrontendURL}}?userEmailConfirm={{.User.EmailConfirmToken}}