{{/* TODO: translate title? */}} {{define "title"}}Change password{{end}} {{define "body"}}
{{if .Form.HasError}}
{{template "error"}}: {{.Form.Error}}
{{end}}

{{block "change password" .}}Change password{{end}}

{{if eq .U.Source "local"}}




{{else}}

{{block "non local password change" .}}Non-local accounts cannot have their passwords changed.{{end}}

{{end}}
{{end}}