{% import "github.com/bouncepaw/mycorrhiza/cfg" %} {% import "github.com/bouncepaw/mycorrhiza/user" %} {% import "github.com/bouncepaw/mycorrhiza/util" %} {% func AdminPanelHTML() %}
Name | Group | Registered at | |
---|---|---|---|
{%s u.Name %} | {%s u.Group %} | {% if u.RegisteredAt.IsZero() %} unknown {% else %} {%s u.RegisteredAt.UTC().Format("2006-01-02 15:04") %} {% endif %} | Edit |
Remove the user from the database. Changes made by the user will be preserved. It will be possible to take this username later.
DeleteAre you sure you want to delete {%s u.Name %} from the database? This action is irreversible.