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


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

You are an administrator, but do not have TOTP enabled. Please turn it on to access the admin page.

{{ end }}
{{ 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 }}