{{define "title"}}register · {{.Site}}{{end}} {{define "content"}}

create an account

{{if eq .Mode "invite"}}

This instance is invite-only: you need an invite code from an admin.

{{else}}

Open registration — your account activates once you verify your email.

{{end}} {{if .Error}}

{{.Error}}

{{end}}

{{if eq .Mode "invite"}}

{{else}}

{{end}}

Prefer the terminal? ssh git@{{.Host}} register --username you {{if eq .Mode "invite"}}--invite <code>{{else}}--email you@example.org{{end}}

{{end}}