// Copyright (C) 2019 Marius Schellenberger // This file is auto-generated by templates.sh // using the contents of the templates directory package server import ( "encoding/base64" "errors" "git.giftfish.de/ston1th/gowiki/pkg/log" "html/template" ) const ( forbidden = `{{define "body"}}
{{.Msg}}
You are about to delete user {{.Data.Username}}.
This will also remove all private pages of this user.
| Username | Flags | Options |
|---|---|---|
| {{$item.Username}} | {{if $item.Secret}}TOTP{{end}} {{if eq $item.Locked 3}}Locked{{end}} {{if $item.Admin}}Admin{{end}} |