{{define "head"}}Reset password — {{.SiteName}} {{end}} {{define "content"}}

Reset your password

{{ if .DisablePasswordAuth }}

Password login is disabled on this server, so it's not possible to reset your password.

{{ else if not .EmailEnabled }}

Email is not configured on this server! Please contact your admin to reset your password.

{{ else }} {{if .Flashes}}{{end}} {{if .IsResetting}}
{{ .CSRFField }}
{{else if not .IsSent}}
{{ .CSRFField }}
{{end}} {{ end }} {{end}}