{{ define "login-content" }}

Spokes

Log In

{{ if .HasErrors }}
{{ .Error "authError" }}
{{ end }}

{{ if .OpenID }}

Authenticate using these other methods

{{ end }}
{{ if .FirstRun }}

Configure this Spokes server.

{{ end }}

Spokes © 2025 is created by Terrapin Labs, LLC.

{{ end }} {{ define "auth-configure-content" }}

Spokes

Configure Server

{{ if .HasError "password" }}

Authentication attempt failed.

{{ end }}

Spokes © 2024 is created by Terrapin Labs, LLC.

{{ end }} {{ define "create-admin-content" }}

Spokes

Create Administrator

{{ if .HasError "email" }}

{{ .Error "email" }}

{{ end }}
{{ if .HasError "fullname" }}

{{ .Error "fullname" }}

{{ end }}
{{ if .HasError "password" }}

{{ .Error "password" }}

{{ end }}

Spokes © 2024 is created by Terrapin Labs, LLC/b>.

{{ end }}