{{define "title"}}Username history · MeshTender{{end}} {{define "header"}}
| When | Change | By | IP |
|---|---|---|---|
| {{ts .ChangedAt "datetime"}} | @{{.OldUsername}} → @{{.NewUsername}} | {{if .BySelf}}self{{else if .ByActor}}admin (@{{.ByActor}}){{else}}admin{{end}} | {{if .IP}}{{.IP}}{{else}}—{{end}} |
This user has never changed their username.
{{end}} {{end}} {{/* history-modal is the htmx fragment swapped into the shared modal's content. */}} {{define "history-modal"}}Visible to user managers only — old usernames are never shown on public or member-facing pages.
{{template "history-body" .}}Rename history for {{.Account.Name}} @{{.Account.Username}} (user #{{.Account.ID}}). This record is visible to user managers only — old usernames are never shown on public or member-facing pages.
{{template "history-body" .}}