{{define "view-user"}} {{template "header" .}}
New password for user {{.User.Username}} is
You must share this new password with the user, this is the only time it will be displayed.
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}} |