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

{{ .User.User }}

Logout

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

{{ if .User.Admin }} You are an administrator. {{ else }} You are a regular user. {{ end }} {{ if .User.TOTPEnabled }} You have TOTP enabled. {{ else }} You do not have TOTP enabled. {{ end }}

Change Password {{ if .User.TOTPEnabled }} Disable TOTP {{ else }} Enable TOTP {{ end }}

{{ if .User.Admin }}
{{ if (not .User.TOTPEnabled) }}

TOTP is required to access these.

{{ end }}
Distillery Admin Page

{{ end }}
There will be a list of WissKIs you have access to here.
{{ end }}