{{ template "_base.html" . }} {{ define "title" }}User{{ end }} {{ define "header"}}

{{ .User.User }}

Logout

{{ end }} {{ define "content" }}

Change Password {{ if .User.IsTOTPEnabled }} Disable Passcode (TOTP) {{ else }} Enable Passcode (TOTP) {{ end }}

{{ if .User.IsAdmin }}
{{ if (not .User.IsTOTPEnabled) }}

TOTP is required to access these.

{{ end }}
Distillery Admin Page

{{ end }}

Your WissKIs

This is a page of WissKIs you have access to. Click on the button containing the name to login.

{{ range $id, $grant := .Grants }} {{ end }}
WissKI Slug Drupal Username Admin
{{ $grant.Slug }} {{ $grant.DrupalUsername }} {{ $grant.DrupalAdminRole }}
{{ end }}