{{define "title"}}Choose a new password ยท MeshTender{{end}} {{define "content"}}
{{if .Invalid}}

This link doesn't work

Reset links can only be used once, and they expire shortly after being sent. This one has already been used, has expired, or was never valid.

{{else}}

Choose a new password

{{/* The account is named because one address can hold several accounts, each with its own link in the same email. Without this, someone picks the wrong link, changes the wrong password, still can't sign in, and concludes reset is broken. */}}

for @{{.Username}}

{{if .Error}}
{{.Error}}
{{end}}
{{/* The username is here, hidden, purely so password managers file the saved credential against the right account rather than prompting to update an unrelated one. */}}

Setting a new password signs out every device currently signed in to this account.

{{end}}
{{end}}