## Overview
Allow instance admins to get more insight into their users and perform certain tasks.
## Background
Performing common tasks around users should be easy to do via the web-based admin dashboard. This is important for saving time, and for admins that don't host their own instance, e.g. those who use [WriteFreely.host](https://writefreely.host).
### Users
Admins of multi-user instances
## Implementation
NOTE: just ideas for now
Support these actions:
[x] View list of local users
[x] View information about a user, looked up via username
[x] Username
[x] Sign up date
[x] Number of posts
[x] Number of blogs
[ ] Ability to suspend accounts
[ ] Suspend account entirely
[ ] Disable "Public" blog setting for the user
### Design
Can be simple for now, even plain text-based. Just needs to be functional.