{{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}} Username Email Password Create admin {{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}}Username{{end}} Password Accept invite {{else}} Account Sign in {{if .Data.Error}}{{.Data.Error}}{{end}} Email Password Sign in {{end}} Back to upload {{end}}
Instance bootstrap
The first user becomes the instance admin. Registration closes after this account is created.
{{.Data.Error}}
{{if .Data.IsReset}}Password reset{{else}}Invite{{end}}
{{.Data.Email}}
Account
Back to upload