Overview
Allow admins to manage their instance from a web interface.
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