{{define "title"}}Reset your password · MeshTender{{end}} {{define "content"}}
{{if .Sent}} {{/* One confirmation for every submission — address known or not, account recoverable or not. Anything more specific would turn this page into an account-enumeration oracle, since it's reachable without signing in. */}}

Check your email

If an account here has a confirmed email address, we've sent it a link to reset the password. The link expires shortly, and it can only be used once.

Nothing arrived? The address may not be confirmed on the account, or the account may sign in with a passkey and have no password to reset.

{{else}}

Reset your password

Enter your username or the email address on your account, and we'll send a link to set a new password.

{{if .Error}}
{{.Error}}
{{end}}
{{end}}
Remembered it? Sign in
{{end}}