{{template "_head.html" .}} {{template "_navbar_loggedin.html" .}}

User details for {{.User.Email}}

{{range .Alerts}}

{{.Msg}}

{{end}}

Change your password

API Keys

You'll need an API Key in order to run clients, so that they can authenticate with the servers.

{{if .AuthKeys}} {{range .AuthKeys}} {{end}}
Key ID Secret
{{ .KeyId }} {{ .Secret }}
{{else}}

No API keys defined.

{{end}}
{{if .User.InvitesLeft}}

Invite someone you know

And with this we mean: someone you know very well!

{{end}}