{{template "base" .}} {{define "title"}}{{.Title}}{{end}} {{define "page_body"}}
Change password
{{if .PwdError}}
{{.PwdError}}
{{end}}
{{if .LoggedUser.CanManagePublicKeys}}
Manage public keys
{{if .KeyError}}
{{.KeyError}}
{{end}}
{{range $idx, $val := .PublicKeys}}
{{else}}
{{end}}
{{end}}
REST API access
{{if .APIKeyError}}
{{.APIKeyError}}
{{end}}
Allow to impersonate yourself, in REST API, with an API key. If this permission is not granted, your credentials are required to use the REST API on your behalf
{{end}} {{define "extra_js"}} {{end}}