{{define "login.html"}} Sign in · SciMesh

SciMesh

Sign in

{{if .Next}}{{end}}
{{if eq .Error "admin role required"}}

The admin console is reserved for the cluster administrator.

You are signed in as a non-admin. Log out, then sign in with the admin account — its login is printed by coordinator serve on first start and stored in ~/.scimesh/admin.password.

{{else if .Error}}

{{.Error}}

{{end}}

No account? Register

{{end}}