{{define "view-user"}} {{template "header" .}}
This user's password has been reset to:
They can use this new password to log into their account. This will only be shown once, so be sure to copy it and send it to them now.
{{if .ClearEmail}}Their email address is: {{.ClearEmail}}
{{end}}| No. | {{.User.ID}} |
|---|---|
| Type | {{if .User.IsAdmin}}Admin{{else}}User{{end}} |
| Username | {{.User.Username}} |
| Joined | {{.User.CreatedFriendly}} |
| Total Posts | {{.TotalPosts}} |
| Last Post | {{if .LastPost}}{{.LastPost}}{{else}}Never{{end}} |
| Password | {{if ne .Username .User.Username}} {{else}} Change your password {{end}} |
| Alias | {{.Alias}} |
|---|---|
| Title | {{.Title}} |
| Description | {{.Description}} |
| Visibility | {{.FriendlyVisibility}} |
| Views | {{.Views}} |
| Posts | {{.TotalPosts}} |
| Last Post | {{if .LastPost}}{{.LastPost}}{{else}}Never{{end}} |
| Fediverse Followers | {{.Followers}} |
Permanently erase all user data, with no way to recover it.
This action cannot be undone. It will permanently erase all traces of this user, {{.User.Username}}, including their account information, blogs, and posts.
Please type {{.User.Username}} to confirm.