{{ template "layout" . }} {{ define "title" }}Complete Registration - {{ .App.Config.ApplicationName }}{{ end }} {{ define "content" }} {{ template "header" . }} {{ $dividerNeeded := false }} {{ if .AnyUnmigratedUsers }} {{ if $dividerNeeded }}
or
{{ $dividerNeeded = false }} {{ end }}

Migrate an existing user

You can link this identity provider to an existing {{ .App.Config.ApplicationName }} account. If you do so, you will no longer be able to log in using your {{ .App.Config.ApplicationName }} password. You'll need to use your Minecraft Token to log in to Minecraft launchers.

{{ $dividerNeeded := true }} {{ end }} {{ if .App.Config.CreateNewPlayer.Allow }} {{ if $dividerNeeded }}
or
{{ $dividerNeeded = false }} {{ end }}

Create a player

{{ if .App.Config.CreateNewPlayer.AllowChoosingUUID }}

Complete registration by creating a new player:

{{ else }}

Complete registration by creating a new player with a random UUID:

{{ end }}
{{ if .App.Config.CreateNewPlayer.AllowChoosingUUID }}

{{ end }} {{ if .InviteCode }}

Using invite code {{ .InviteCode }}

{{ end }}

{{ $dividerNeeded = true }} {{ end }} {{ if .App.Config.ImportExistingPlayer.Allow }} {{ if $dividerNeeded }}
or
{{ $dividerNeeded = false }} {{ end }}

Register from an existing Minecraft player

{{ if and .App.Config.RegistrationExistingPlayer.RequireInvite (not .InviteCode) }}

Registration as an existing player is invite-only.

{{ else }} {{ if .App.Config.ImportExistingPlayer.RequireSkinVerification }}

Register a new account with the UUID of an existing {{ .App.Config.ImportExistingPlayer.Nickname }} account. Requires verification that you own the account.

{{ if .InviteCode }}

Using invite code {{ .InviteCode }}

{{ end }}
{{ else }}

Register a new account with the UUID of an existing {{ .App.Config.ImportExistingPlayer.Nickname }} account.

{{ if .InviteCode }}

Using invite code {{ .InviteCode }}

{{ end }}
{{ end }} {{ end }} {{ $dividerNeeded = true }} {{ end }} {{ template "footer" . }} {{ end }}