{{ 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 }}
There will be a list of WissKIs you have access to here.
{{ end }}