## Overview
Allow admins to manage their instance from a web interface.
## Users
https://discuss.write.as/t/support-upgrading-a-user-from-type-user-to-type-admin/3978
## Implementation
Create a new `admins` table:
| user_id | role |
Where //role// is an int representing the permission level a user has.
* Admin (default, only one supported right now)
* Moderator