{{define "auth.html"}}{{template "base" .}}{{end}} {{define "content"}}
{{if eq .Data.Mode "register"}}

Instance bootstrap

Create the admin account

The first user becomes the instance admin. Registration closes after this account is created.

{{if .Data.Error}}

{{.Data.Error}}

{{end}}
{{else if eq .Data.Mode "invite"}}

{{if .Data.IsReset}}Password reset{{else}}Invite{{end}}

{{if .Data.IsReset}}Choose a new password{{else}}Create your account{{end}}

{{if .Data.Email}}

{{.Data.Email}}

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

{{.Data.Error}}

{{end}} {{if not .Data.IsReset}}{{end}}
{{else}}

Account

Sign in

{{if .Data.Error}}

{{.Data.Error}}

{{end}}
{{end}}

Back to upload

{{end}}